The history game

anschneider@maximegalon:~> history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
139 make
139 cd
105 vi
104 ll
68 man
50 git
46 fg
31 mc
26 grep
23 tests/check_csync_exclude

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *