filmov
tv
How to Create Multiple Subdirectories with One Linux Command

Показать описание
If you want to create a directory containing several subdirectories, or a directory tree, using the command line in Linux, generally you have to use the mkdir command several times. However, there is a faster way to do this.
with: mkdir -p /your directory
with: mkdir -p /your directory