Our blog
Make Multiple Directories in One Go – Yes!
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
RSS Feed