Best of BashJuly 2022

  1. 1
    Article
    Avatar of ossOpen Source Way·4y

    How I use Bash to automate tasks on Linux

    The Bash command line is a great way to automate tasks. The for command makes it easy to perform one or more actions on a set of files. The if command allows you to perform many different tests, such as if a file is really a file or if it's empty.

  2. 2
    Article
    Avatar of swcdSweetcode·4y

    ZSH Customization for MacOS

    In this tutorial I will walk through my zshrc file and demonstrate how to set up syntax highlighting and auto-suggestions. Before we begin, this article is a great place to start to get zsh installed in order to make customizations. How to install and use some of the most common plugins for your zhrc file, shown below.

  3. 3
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    What is Dash Shell in Linux?

    Dash is a POSIX-compliant implementation of Bourne Shell. It replaces the /bin/sh in default scripts and provides better execution speed while consuming fewer resources.

  4. 4
    Article
    Avatar of tdsTowards Data Science·4y

    How I Set Up My MacBook Pro As A ML Engineer in 2022

    How I Set Up My MacBook Pro As A ML Engineer in 2022 A guide to getting your MacBook ready for ML development. These are the things I do to setup my MacBook as a ML Engineer. This article is inspired by Vinicius — do check out his article here!