Re: [Hampshire] Top ten commands in history

Top Page

Reply to this message
Author: John Hunt
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Top ten commands in history
Mine are very weird:

john@feeg:~$ history | awk '{print $2}' | sort | uniq -c | sort -rg |
head -n 10    133 ls
    101 cd
     92 ./appserverclient
     35 ssh
     24 rm
     15 scp
     12 df
      8 unrar
      8 sudo
      8 mv


john@gantzgraf:~$ history | awk '{print $2}' | sort | uniq -c | sort
-rg | head -n 10
    122 ls
    109 cd
     47 DISPLAY=:0
     26 mv
     21 su
     19 locate
     18 man
     14 less
     13 btdownloadcurses
     10 rm


john@subspace ~ $ history | awk '{print $2}' | sort | uniq -c | sort
-rg | head -n 10
    121 ls
     82 su
     78 cd
     27 screen
     21 bittorrent-tracker
     13 vi
     12 less
     12 irssi
     10 locate
     10 bittorrent-curses


jrh@sarah ~ $ history | awk '{print $2}' | sort | uniq -c | sort -rg |
head -n 10
    208 ls
    144 cd
     97 mutt
     88 vi
     57 tail
     45 php
     38 fg
     35 grep
     31 svn
     26 chgrp


john@halbox:~$ history | awk '{print $2}' | sort | uniq -c | sort -rg
| head -n 10

    150 ls
    111 cd
     26 su
     24 chmod
     21 sed
     19 grep
     17 mv
     12 mkdir
     11 vi
     11 rm


ls wins!