Friday, April 11, 2008

Your favorite Linux command

I am subscribed on a french Linux mailing list, lea-linux.org and one of the moderator, Emmanuel F., sent this nice command to find out what your favorite command is:

history|awk '{a[$2]++ }END{for(i in a){print a[i] " " i}}'|sort -rn|head

No comments: