(Bash) My Top 10 Commands - June 2007

Following the posts in Planet Ubuntu, I thought of trying out the same to find out which commands I have often used recently. So I tried..

$ history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”}{print $1}’ | sort | uniq -c | sort -n | tail | sort -nr

And the result was..

81 ls
68 sudo
64 cd
33 apt-cache
26 exit
24 screen
22 vim
12 ping
10 cat
8 svn

2 Responses to “(Bash) My Top 10 Commands - June 2007”

  1. [...] found through this post by Technofreak, where a simple(ok, that is not simple), onliner on your terminal will show you the top 10 commands [...]

  2. hi,

    why not try few blogs in tamil and contribute to Ubuntu Tamil Planet.

    http://www.ubuntu-tam.org/planet

    inviting you to take part..

    regards..

Leave a Reply