Answers for "command to make multiple nested directories"

0

command to make multiple nested directories

mkdir -p <main dir/child dir/grand child dir>
Posted by: Guest on April-04-2022
0

command to make multiple nested directories

mkdir -p <main dir/child dir/grand child dir>
Posted by: Guest on April-14-2022

Code answers related to "command to make multiple nested directories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language