2008-04-16

history meme.

paul@laika:~$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
703 cd
471 vi
467 ll
204 ./make.cmd
200 evince
174 ./make_module.cmd
164 rm
151 ls
147 cp
139 cat

2 comments:

boskabout said...

boskabout@whitesky:~$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
88 ls
79 exit
68 cd
67 su
25 cvs
23 ssh
11 less
10 wget
10 scp
10 df

(op m'n servertje)

Unknown said...

matt@Hannelore:~$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
148 cd
119 ls
18 svn
18 sh
17 ant
16 more
13 psql
10 vi
10 top
10 rm

(laptop)