Command Line History

A meme is going around that shares stats of your command line history. So here's mine:

$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
 135 git
  88 cd
  83 ls
  42 ./manage.py
  37 python
  22 less
  15 vim
  13 cat
  11 sudo
   9 fg

About this entry

Date Posted:
April 11th 2008 at 10:04:00 AM

Tagged:
command line

Previous Entry:
One of our Django sites finally went public

Next Entry:
Django and Relativity