Bash (AKA Bourne Again Shell) is a type of interpreter that processes shell commands. A shell interpreter takes commands in plain text format and calls Operating System services to do something. For example, ls
command lists the files and folders in a directory. Bash is the improved version of Sh (Bourne Shell).
Bash Scripting
12:26 am
Categories: