My main system gives me this:
hrw@home:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
379 git
209 bitbake
171 cd
113 sudo
111 ls
77 rm
76 mc
73 mtn
73 grep
72 svn
It is easy to see what takes most of my time ;)
My main system gives me this:
hrw@home:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
379 git
209 bitbake
171 cd
113 sudo
111 ls
77 rm
76 mc
73 mtn
73 grep
72 svn
It is easy to see what takes most of my time ;)
Tagged with linux.
By Marcin Juszkiewicz – April 17, 2008
Proudly powered by WordPress and Carrington.
One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion