The Bash Scripting Tutorial, Part 2
Using variables and conditionals in Bash
If you work with computers, there’s probably been a time where you’ve thought: “Wow, there’s got to be a way I can automate this”.
A computer script is a list of commands designed to be executed by a program. They are used to automate tasks such as data analysis, webpage generation, and system administration…