Skip to content

Instantly share code, notes, and snippets.

@Aupajo
Forked from anonymous/gist:61647
Created February 10, 2009 22:45
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 Aupajo/61649 to your computer and use it in GitHub Desktop.
Save Aupajo/61649 to your computer and use it in GitHub Desktop.
Top used commands
history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail | sort -nr
83 nano
55 git
47 ssh
47 ghproxy
47 cd
36 ls
24 ping
19 sudo
14 coda
13 man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment