Just to relay the current buzz, here is the list of the commands I use most on my mac :
$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' | sort -rn | head
85 host
72 ping
56 ssh
56 ls
45 cd
33 ./make.sh
25 java
16 ftp
10 open
9 vi
Yes, lots of network monitoring and DNS debugging these times…
On the server hosting this site :
$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' | sort -rn | head
109 ls
50 cd
18 su
17 wget
12 vi
12 cat
11 grep
10 less
10 host
8 man
What about you?
Valid HTML5? © Christophe Jacquet. ✍ Contact. Imprint (Mentions légales).