Mon 28 Apr 2008
Inspired by the Rail Spikes:
1 2 3 4 5 6 7 8 9 10 11 12 | bash-3.2$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head 228 cd 167 git 10 ssh 10 DEPLOY=production 6 sudo 6 pwd 6 ./script/import_views.rb 5 rm 4 rake 4 mv bash-3.2$ |
Really interesting stats, I’d never guess that git is used more than ssh on my desktop (I’m a remote worker and mysql consultant so I ssh really often).
- How to run GUI-programs on a server without any monitor
- Using Screen Window Manager to Run Programs in Background
- Berkeley lectures as podcasts
- Using SSH tunnel connection as a SOCKS5 proxy
- 32bit VS 64bit - what do you use?
Add New Comment
Viewing 1 Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment
Trackbacks
(Trackback URL)
2008-05-02 at 2.50 pm
[...] read here, this is my command line history on my MacBook : $ history 1000 | awk '{a[$2]++}END{for(i in ...