Make Multiple Directories in One Go - Yes!

This is post is now quite old and the the information it contains may be out of date or innacurate.

If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub

If you work with applications that have a lot of nested directories (ahem Magento) then you might really like this.

In one command, you can make an entire path of nested directories with the command mkdirhier.

eg


mkdirhier EC/Custom/Model/Blah/Something/Really/Deep

You need to have xutils-dev installed


sudo apt-get install xutils-dev

Oh yeah of course you have to be running a proper developers operating system as well :)


Tags: directoriesubuntulinuxmultiplepath