That looks wrong. I use GUIs too much, obviously...

Submitted by Falken on

I don't normaly do the whole 'meme of the week' thing, but I thought the one on Stuff That Happens was interesting.

falken@wopr:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
63 ls
47 exit
38 cat
32 sudo
30 cd
20 svn
18 ssh
17 find
16 rm
16 bg
falken@wopr:~$

The server that runs our web sites and house intranet is only a little better. Can you tell I just log in to do stuff most of the time ?

[falken@bookcase ~]$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
182 exit
152 su
123 ls
64 cd
43 locate
33 ps
32 top
30 mv
27 vi
20 rm
[falken@bookcase ~]$

Sections