~/bash
Bash Scripting
BASH stands for Bourne Again Shell. It is based on bourne shell and is mostly compatible with it features. Shells act as an intermediary between users and their operating systems, interpreting commands. Shells allow batch command execut…
