Russell Harrison

History bandwagon

Posted in Fedora, Linux by Russell Harrison on April 10th, 2008

OK fine I’ll jump on…
[rusharri@rusharri-lnx-t61p ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
207 ls
168 cd
66 more
63 sudo
36 ssh
29 evolution
29 emacs
28 for
24 rpm
23 rm

Yes that evolution in there is from having to do a evolution --force-shutdown all the time because the exchange connector feels much hatred.
[rusharri@rusharri-lnx ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
216 ls
164 cd
120 ssh
66 sudo
49 more
40 man
30 ll
29 rm
23 df
18 ps

Tagged with:

One Response to 'History bandwagon'

Subscribe to comments with RSS or TrackBack to 'History bandwagon'.

  1. Cristóbal Palmer said, on April 11th, 2008 at 17:08

    heh. I actually started a trend?

Leave a Reply