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

CODE:
  1. mkdirhier EC/Custom/Model/Blah/Something/Really/Deep

You need to have xutils-dev installed

CODE:
  1. sudo apt-get install xutils-dev

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

More Reading:

 

Leave a Reply