Purpose This project is a series of scripts each oriented around teaching usage of Bash. Similar shells to Bash like ZSH may work but are not tested at this time. However, this project is open to all ...
who is new to shell scripting people who want to expand their knowledge or for those who want to refresh their knowledge. My name is Herbert and I will be your instructor for this course.
Bash scripts often fail in subtle ways—not because of syntax errors, but because conditionals are written with the wrong operators or without proper quoting. These small mistakes can cause your script ...