Rob Hudson wrote:
Sort of a meme going around on some blogs right now...

$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
 147 svn
  91 cd
  71 ls
  37 vim
  31 less
  26 git
  17 ssh
  16 ./manage.py
  12 sudo
   9 cat


[EMAIL PROTECTED] log]# history | awk '{print $2}' | sort | uniq -c | sort -rn | head
    208 rob
    206 hudson
    139 is
     98 a
     54 complete
     37 dork

--
Matthew S. Jarvis
IT Manager, MCP
Bike Friday - "Performance That Packs!"
www.bikefriday.com
[EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to