Shell meme

Finally a geeky meme :D

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
   90	cd
   74	hg
   65	python
   40	ls
   39	git
   33	curl
   19	mate
   18	bash
   15	ssh
   14	mvn

Too bad history isn’t really global, still a nice meme for a change :-)