Linux users: fun command to see what you REALLY do in terminal
Running this command will tally up the most common commands you type into terminal windows… kinda fun to compare what you do versus everyone else. As you can see, I use my laptop for a TON more network testing than anything.
carl@Pride:~$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
185 tsclient
108 sudo
95 exit
82 apt-get
80 ping
59 su
42 espeak
32 cd
24 ifconfig
10 ls
6 traceroute
6 ftp