Russell Harrison

Just another WordPress.com weblog

History bandwagon

with one comment

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

Written by Russell Harrison

2008-04-10 at 16:40

Posted in Fedora, Linux

Tagged with

One Response to 'History bandwagon'

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

  1. heh. I actually started a trend?

    Cristóbal Palmer

    11 Apr 08 at 17:08

Leave a Reply