105

Tip #4   Make a whole directory tree with one command

Use the -p option to mkdir and make all parent directories along with their children in a single command.

mkdir -p tmp/a/b/c