pko.ch

Reflections about reflection

02:30:00|pkoch@Kochs-PowerBook:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head

76 cd
75 hg
45 ls
35 ssh
21 sudo
19 vim
19 ipconfig
14 mate
12 traceroute
11 scp

3 Responses to “02:30:00|pkoch@Kochs-PowerBook:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head”

  1. Vale Says:

    Typical Gentoo root:

    serenity jvale # history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
    92 emerge
    84 screen
    33 cd
    32 ls
    27 gvim
    23 vim
    20 /sbin/wpa_supplicant
    11 mv
    11 layman
    10 splat

  2. ph Says:

    As I am without my laptop for two months now, I only have my workstation to analyse:

    $ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
    171 svn
    63 ls
    53 cd
    22 vim
    22 rm
    17 echo
    16 sudo
    10 wget
    10 gvim
    10 cp

  3. Manuel Parente Says:

    Hello,

    157 say
    90 cd
    76 ls
    32 chmod
    9 sudo
    9 rm
    9 ping
    9 man
    8 ipconfig
    7 php

    That’s what i use Terminal for…. :P

Leave a Reply