Answers for "how to create a directory tree in linux with one command"

2

make directory tree linux

mkdir -p htg/{articles,images,note,done}
Posted by: Guest on March-23-2021

Code answers related to "how to create a directory tree in linux with one command"

Browse Popular Code Answers by Language