Skip to content

Instantly share code, notes, and snippets.

@troyk
Created August 16, 2010 08:48
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 troyk/526649 to your computer and use it in GitHub Desktop.
Save troyk/526649 to your computer and use it in GitHub Desktop.
Last login: Fri Aug 13 17:17:35 on ttys003
troy:~ $ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
173 node
89 git
36 cd
25 ls
20 ./script/server
15 sshebara
14 sc
12 ssh
12 rm
9 rails
troy:~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment