1.1 Introduction

Authored by Atri

Bash is a general-use scripting language which is primarily geared towards automating repetitive tasks in the command line. This is usually something associated with Linux/MacOS terminals, but is able to run on Windows via WSL or a bash terminal emulator such as Git Bash. Windows has its own analogs to Bash in the forms of Batch and PowerShell scripting.

Warning

This module will function as an abbreviated set of notes relating to Bash as I understand it currently and is likely to evolve over time. If you are not the author, please keep this in mind and tread with caution.