• 0

Create n levels of directories with a single command from the terminal

On your terminal, use this command to create any number of nested directories in a single command.

mkdir -p dir1/dir2/dir3/dir4/dir5