I found this cool command that shows me my top 10 most-used commands in the terminal.
schmazz@schmazztop:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -n | tail | sort -nr
168 sudo
27 cd
24 exit
19 ifconfig
13 ls
9 man
9 cat
5 ssh
4 wine 4 sensors
(
Read more... )
Comments 4
Reply
Reply
Reply
Reply
Leave a comment