Skip to content

Instantly share code, notes, and snippets.

@pborreli
Created October 17, 2012 17:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@ubermuda
Copy link

192 git
  40 cd
  31 ls
  28 brew
  25 ssh
  24 ack
  19 bin/reload
  18 ./console
  15 bin/behat
  13 php

@cordoval
Copy link

blushing pico is among the 10th

~ cut -f1 -d" " ~/.bash_history | sort | uniq -c | sort -nr | head -n 10
    908 git
    282 cd
    260 ls
    167 php
     69 pico
     31 sudo
     31 composer
     29 exit
     21 cat
     17 ssh

@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