I want to play too…

This seems to be what all the cool kids are doing:

history|awk ‘{print $2}’|sort|uniq -c|sort -rn|head

120 ssh
78 ls
53 ping
39 sudo
39 cd
22 man
14 osascript
13 sh
13 curl
12 mv

From the above I can extrapolate a few things. 1. I still know AppleScript better than shell scripting (osascript vs sh). 2. I have done a lot of sessions working on system status (ssh). 3. Boy did I freak when I couldn’t get to systemstatus.umn.edu after we did the cutover to the new server (ping). 4. My command-line foo is weak especially related to scp, cp and tail (man).