Archive for April, 2008

Fedora Bash History Meme

I just learned about a Bash History Meme originated at Planet Fedora from a blog I read regularly. In short, you run the following command in bash, and show your results. history | awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head My results from my home box are as follows; 103 ls [...]

,

1 Comment