Make Multiple Directories in One Go - Yes!
Nov 3, 2009 · 1 minute readCategory: ubuntu
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
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 :)