Terminal Commands
If you add the -p flag, you can create a directory with subdirectories in a single command
mkdir -p parentdir/childdir/etc
If you add the -p flag, you can create a directory with subdirectories in a single command
mkdir -p parentdir/childdir/etc