Revision: 3321
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 8, 2007 19:24 by zingo
Initial Code
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -rn | head -10
Initial URL
http://blog.pimpmyshell.de/2007/05/21/the-top-ten-unix-shell-commands-you-use/
Initial Description
Initial Title
The Top Ten Unix Shell Commands You Use
Initial Tags
Bash, osx
Initial Language
Bash