Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created June 29, 2010 12:42
Show Gist options
  • Save lukaszkorecki/457154 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/457154 to your computer and use it in GitHub Desktop.
[13:37][~]: sort ~/.bash_history | uniq -c | sort -rn | head
52 git status
26 rake spec
21 ./script/server
17 git pull origin master
15 rake
13 cd dev/fr
12 ls -la
12 exit
10 git push origin master
8 ruby --version
alias gs='git status'
alias gpull='git pull origin master'
alias gpush='git push origin master'
alias ss='./script/server'
@tomekwojcik
Copy link

bilbo@bilbo-laptop:~$ sort ~/.bash_history | uniq -c | sort -rn | head
86 ls
60 cd
49 mc
39 exit
38 ssh HOST
25 cd Volumes/
14 python doodle.py
12 sshfs "bilbo@HOST:" bilbo.HOST.pl/ -oauto_cache,reconnect
10 make
9 sshfs "samba@HOST:/home/samba/share" share.HOST.pl/ -oauto_cache,reconnect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment