/BashExamples

Common programming constructs used / implemented in a bash script

Primary LanguageShellMIT LicenseMIT

BashExamples

This repository contains a list of examples that serve as a Bash scripting guide.

Usage

Navigate to the directory containing the required bash script. Run the script from commandline by entering:

bash <file_name>.sh

where file_name.sh is the required script.

Examples