« Robocop is Still an Awesome Movie
Mifos at OSCON 2008 »


Apr
13

Shell History Meme

Posted by adam in Fun, Interesting

As seen on Planet Fedora…

 :) [adamm@snax ~]$ history | awk '{a[$2]++ } END{for(i in a)\
{print a[i] " " i}}'|sort -rn|head
79 svn
68 vim
57 cd
35 ls
32 pwd
25 ant
20 s
19 mysql
19 find
12 mv

“s” is aliased to “cd ..”.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> , and <pre> should work, too. I usually put code examples in both <blockquote> and <pre>. Backslashes must be escaped (with another backslash). Angle brackets, etc. must be replaced with HTML-entities, even in code examples. For example: &lt; and &gt; for < and >.

Comment