Pimp your ls

2010-05-27 1 min read bash
Here are some of the things that you can do with your ls command. First off you can use alias&#8217;s to help you type the most typical ls commands. I will give you some examples: alias ls =&#8221;ls –color –classify&#8221; alias ls.=&#8221;ls -d .*&#8221; Very commonly used : 1 2 <td> <div class="text codecolorer"> alias ll="ls -lhvrt"<br /> lsd="ls -lUd */" # List directories only </div> </td> </tr> And after all this you can download the l script from pixelbeat. Continue reading