Skip to content

Instantly share code, notes, and snippets.

@darth30joker
Created August 25, 2014 09:02
Show Gist options
  • Save darth30joker/9e7ae8cdd842f6b8beca to your computer and use it in GitHub Desktop.
Save darth30joker/9e7ae8cdd842f6b8beca to your computer and use it in GitHub Desktop.
Test what kind of programmers that you are
$ history | awk '{CMD[$2]++;count++;} END { for (a in CMD )print CMD[a] " " CMD[a]/count*100 "% " a }' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10
1 988 18.2692% ls
2 962 17.7885% docker
3 869 16.0688% git
4 588 10.8728% cd
5 151 2.79216% cat
6 150 2.77367% ssh
7 131 2.42234% subl
8 89 1.64571% vim
9 78 1.44231% rm
10 76 1.40533% boot2docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment