17/12/13

How to make complex directory trees in bash

If you have to create a project dir with a set of sub-directory you can use this command:

# mkdir -p project/{lib/ext,bin,src,doc/{html,info,pdf},demo/stat/a}

Nessun commento:

Posta un commento