- Posted in: Development, General
28 Apr2008
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). 🙂