Create Nested Directories With mkdir
Create Nested Directories With mkdir
To create nested directories with mkdir
in terminal, you just need to pass the -p
flag before your parameter.
Example:
mkdir -p first/second/third
mkdir
To create nested directories with mkdir
in terminal, you just need to pass the -p
flag before your parameter.
Example:
mkdir -p first/second/third