Created
October 17, 2012 17:05
-
-
Save pborreli/3906751 to your computer and use it in GitHub Desktop.
top 10 commands of one of my vagrant vm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
j0k3r
commented
Oct 18, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment