Apparently we can learn a lot about each other by doing this, so I figure why not…
1 sdwilsh $ uname -a Darwin udhcp-macvpn-490.public.engin.umich.edu 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386 2 sdwilsh $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head 127 vim 122 make 44 cd 38 ls 36 hg 15 open 15 ./proj5 14 ssh 14 /Applications/Minefield.app/Contents/MacOS/firefox-bin 9 echo
3 replies on “Me Four?”
$ uname -a
Interix ws0 3.5 SP-8.0.1969.1 x86 Pentium III/Celeron (rev0x0806)
$ sed ‘s/ .*//’ ~/.bash_history | sort | uniq -c | sort -r | head
207 vi
113 cvs
60 make
32 wget
22 sed
21 ls
10 grep
6 find
5 man
5 cd
@Neil
w00t! vi!
[…] Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386 Xylon:~ ccooper$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head 164 ssh 76 ls 72 cd 50 cvs 16 rm 15 less 12 emacs 10 sudo 9 scp 6 […]