History Meme.
Just to join in the fun, here are the most common commands in the bash history on the Ubuntu Linux machine I run at home.
ben@loftbox:/home$ uname -a Linux loftbox 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux ben@loftbox:/home$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head 163 python 152 vim 55 ls 35 cd 16 rm 14 sudo 11 curl 10 vi 7 clear 4 mount |
Basically what you’re looking at are the commands I used to write the python recipes I put up on the blog this past week.
Tagsawk, bash, code, common commands, history, history meme, linux, Meme, my life, python, Ubuntu, ubuntu linux, vim














Post a Comment