Gesehen bei
Tim, und eine durchaus interessante Statistik:
369 cd
366 vim
361 less
331 grep
328 ls
179 rm
165 man
157 apt-cache
113 cat
103 find
Für zsh-User übrigens:
awk -F';' '{ print $2 }' < ~/.zsh_history | awk '{ print $1 }' | sort | uniq -c | sort -rn | head -10