Create a directory hierarchy on the fly
The CodeJacked weblog brings to mind a simple, yet helpful command for creating a new directory, and also creating a hierarchy behind that directory. Using mkdir with the -p switch activated will allow you to create a series of directories. To see what I mean, enter the commands shown below and you will see a series of sub-directories created on your desktop. mkdir -p is a simple and useful command that often goes under utilized.
Related Stories
POSTED IN: General
0 opinions for Create a directory hierarchy on the fly
No one has left a comment yet. You know what this means, right? You could be first!
Have an opinion? Leave a comment: