Skip to content

Instantly share code, notes, and snippets.

@aaronmccall
Created December 31, 2011 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmccall/1545118 to your computer and use it in GitHub Desktop.
Save aaronmccall/1545118 to your computer and use it in GitHub Desktop.
My most popular shell commands
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r
95 node
82 git
37 ./manage.py
35 ls
35 cd
25 pip
22 jshint
18 brew
17 sudo
13 vi
10 cp
9 ~/bin/runserver
9 source
7 rm
7 mkdir
7 clear
6 virtualenv
6 port
5 cat
4 redis-server
4 npm
4 django-admin.py
3 which
3 touch
3 rmdir
3 nodeunit
3 mysqldump5
3 mysql
2 tail
2 python
2 pwd
2 mysqldump
2 mv
2 head
2 gzip
2 find
1 ssh
1 ped
1 open
1 mysqlimport
1 history
1 finder
1 deactivate
1 chmod
1 cal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment