The Top Ten Unix Shell Commands You Use

Am 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
     20 ls
     16 sudo
     15 cd
     13 vncviewer
     11 nmap

Via, Via, Via.

Leave a Reply