History meme

$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' | sort -rn | head
107 ll # an alias for ls -l
92 cd
50 ./next.sh # a script I use during a presentation I've given a lot recently
35 vi
19 imageresize # a script I wrote to shrink photos before uploading them
17 sudo
17 rm
17 gvim
17 ctags # Does 'history' include shell commands executed by mappings within vi?
13 ls

Leave a Reply

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

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>