The Top Ten Unix Shell Commands You Use
Monday, September 25th, 2006Am I late? – This is right from the Guy at the network department:
history|awk ‘{print $2}’|awk ‘BEGIN {FS=”|”} {print $1}’|sort|uniq -c|sort -rn|head -10
100 hping3
82 ssh
62 telnet
39 mtr
28 vi
[...]