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 ...
mkdir -p - make directory structure (mkdir dir1/dir-inside/dir-deeper-inside) mkdir ~/my-git-projects (in home directory) mkdir ../my-git-projects (in parent ...