Skip to content

Instantly share code, notes, and snippets.

@pborreli
Created October 17, 2012 17:05
Show Gist options
  • Save pborreli/3906751 to your computer and use it in GitHub Desktop.
Save pborreli/3906751 to your computer and use it in GitHub Desktop.
top 10 commands of one of my vagrant vm
cut -f1 -d" " ~/.bash_history | sort | uniq -c | sort -nr | head -n 10
142 bin/behat
61 php
27 cd
25 sudo
22 ls
15 ps
14 export
12 Xvfb
9 pear
8 rm
@kbsali
Copy link

kbsali commented Oct 17, 2012

2351 git
419 app/console
375 ack-grep
165 ll
112 subl
107 cd
97 sudo
94 rm
87 tail
80 more

@j0k3r
Copy link

j0k3r commented Oct 18, 2012

128 git
 89 cd
 85 php
 33 svn
 30 svnst
 25 svndiff
 23 vi
 16 ll
 10 composer
  7 ssh-add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment