My Shell history
By Jasdeep Singh in awk Programming Script shell
April 11, 2008
When i opened my Google reader this morning , cam across this little awk kiddie. So ran it for my ubuntu shell. It tells the story that i have not been doing anything worthy , only procrastinating
history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' |sort -rn|head 84 cd 66 ls 43 sudo 15 python 10 django-admin.py 6 svn 6 ln 4 youtube-dl 4 pidgin 4 cd..
The original script lies here.
Crossposted from https://jasdeepsingh.wordpress.com/2008/04/11/my-shell-history/
Comments:
Book Meme « /home/jasdeep -
[…] 14, 2008 in PersonalTags: books, poetry After shell meme hit the blogging world some months back , its time for Book […]
- Posted on:
- April 11, 2008
- Length:
- 1 minute read, 109 words
- Categories:
- awk Programming Script shell
- See Also: