Categories
Mozilla

Me Four?

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

By Shawn Wilsher

The man behind the site.

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

Comments are closed.