Archive: multiple

 

Posts Tagged ‘multiple’


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 PLAIN TEXT CODE: mkdirhier EC/Custom/Model/Blah/Something/Really/Deep You need to have xutils-dev installed PLAIN TEXT CODE: sudo apt-get install xutils-dev [...]