exceptionz

Thoughts on Technology, Methodology and Programming.

My bash history

Posted by Marcus Wyatt on 24 April 2009

Inspired by Ben Maybey and his bash history summary, here is mine:

  → 'history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
  242 cd
  117 clear
  96 rake
  70 sudo
  57 ss
  52 AUTOFEATURE=true
  37 sc
  32 sg
  32 mate
  23 tail

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>