If you have a large folder that contains a lot of files but you only want to see what directories are in there, then this little snippet is for you: PLAIN TEXT CODE: ls -d -- */ You may decide to make an alias for it PLAIN TEXT CODE: echo "alias lld='ls -alFhd -- */'">> [...]
Archive: directories
Posts Tagged ‘directories’
January 10, 2012
No Comments
November 3, 2009
No Comments
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 [...]
February 4, 2008
No Comments
The world of search engine optimisation or SEO for short is confusing to say the least. The main problem is that much of SEO knowledge is like a kind of religion. You can never truly know how the Google algorithm works at any one time. You can read up on forums and blogs and maybe [...]
Categories:
Archive by date: