Bash Scripting: Learning the bash Shell , 1st Edition Kindle Edition
by John Bach
English | 2020 | ASIN: B08HSYRCCW | 156 Pages | PDF, EPUB, AZW3 | 7 MB
by John Bach
English | 2020 | ASIN: B08HSYRCCW | 156 Pages | PDF, EPUB, AZW3 | 7 MB
A Bash script is a plain text file which contains a series of commands. These commands are a mixture of commands we would normally type ouselves on the command line (such as ls or cp for example) and commands we could type on the command line but generally wouldn't (you'll discover these over the next few pages). An important point to remember though is: