1 Blog Entry tagged: command line


Command Line History

  • April 11th, 2008 (2 years, 3 months ago)

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

Read the rest »

About this entry

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

Tagged:
command line, meme