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
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
For further actions, you may consider blocking this person and/or reporting abuse
Adrián Bailador -
JoelBonetR 🥇 -
Francesco Ciulla -
Munem Prionto -
Top comments (0)