History meme (2)

$ history|awk '{print $2}'|sort |uniq -c|sort -rn|head
1134 vim
791 make
516 port
508 svn
305 sudo
283 cd
127 la
124 man
116 wcgrep
103 ./lcs-bottom-up

Some explanations:

  • lcs-bottom-up is an implementation of LCS I needed for a talk

For other explanations follow the history-meme tag.

One thought on “History meme (2)

  1. Chepra

    Oh hai Raim,

    well dont take a look at that:

    bjoern@tango ~ $ history|awk ‘{print $2}’|sort |uniq -c|sort -rn|head
    270 —>
    226 sudo
    41 ls
    40 cd
    30 ssh
    25 phpunit
    23 ps
    21 port
    20 dig
    15 telnet

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.