Shell Meme

I ran

1
history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}'|sort -rn|head

and got this:

1
2
3
4
5
6
7
8
9
10
100	cd
62	ls
60	git
28	ssh
26	hg
19	mate
17	psql
15	sudo
15	mv
14	rake

Looks like I’ve spent too much time looking for things, and not enough time working on them.

No Comments

Leave a reply