Tag Archives: ipython

History Meme

For some reason I find this meme interesting… I don’t know why I find it interesting, but at least its brief. Home Office Computer (Debian Unstable) $ history|awk ‘{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}’|sort -rn|head 99 sudo 80 cd 59 ssh … Continue reading

Posted in GNU/Linux, Open Source, Python, Technology | Tagged | 2 Comments