Page 1 of 72 1231151 ... LastLast
Results 1 to 10 of 717

Thread: Post your top 10 used terminal commands

  1. #1
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    Post your top 10 used terminal commands

    I recently made a blog post that received a lot of attention, asking people to post there top 10 terminal commands. So without further adoo do a
    Code:
    history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -n | tail | sort -nr
    or
    Code:
    history | sed -e 's/  / /g' | cut -d " " -f3 | sort | uniq -c | sort -n | tail | sort -nr
    (Thanks reclusivemonkey) in the terminal and post away. Here is mine:

    146 ls
    126 cd
    59 gnome-open
    41 ./a1q3.py
    40 svn
    15 python
    11 xpdf
    11 history
    10 geany
    5 ssh
    Last edited by earobinson; June 13th, 2007 at 02:52 PM.
    Edward A Robinson -- www.earobinson.org

  2. #2
    Join Date
    May 2007
    Location
    Sacramento, California
    Beans
    305
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your top 10 used terminal commands

    Lol, A while ago they were.

    Code:
    Sudo apt-get install beryl beryl-core beryl-plugins emerald emerald-themes
    Code:
    Sudo apt-get remove beryl beryl-core beryl-plugins emerald emerald-themes
    Using Ubuntu since 2007.

  3. #3
    Join Date
    Sep 2006
    Location
    London (I miss the beach)
    Beans
    376

    Re: Post your top 10 used terminal commands

    58 cd
    44 apt-cache
    29 ls
    25 su
    19 ps
    18 whois
    13 ping
    10 kill
    10 clear
    8 realplayer

    And yeah, it is an everyday desktop No work there whatsoever...

  4. #4
    Join Date
    Nov 2005
    Beans
    259
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your top 10 used terminal commands

    Terminal didn't reply. Maybe I don't use it enough?

  5. #5
    Join Date
    Sep 2006
    Location
    London (I miss the beach)
    Beans
    376

    Re: Post your top 10 used terminal commands

    Quote Originally Posted by daynah View Post
    Terminal didn't reply. Maybe I don't use it enough?
    Paste this is:

    Code:
    history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -n | tail | sort -nr

  6. #6
    Join Date
    Oct 2006
    Location
    Australia
    Beans
    64

    Re: Post your top 10 used terminal commands

    There is a problem with the post
    It should read:

    history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -n | tail | sort -nr

    96 ls
    57 cd
    49 ps
    30 mount
    21 ifconfig
    19 gvim
    18 killall
    18 history
    16 scp
    16 rm

  7. #7
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Post your top 10 used terminal commands

    For myself :

    Code:
      53 df
       7 sudo
       3 ls
       3 cd
       3 awk
       2 rm
       2 ln
       2 firefox
       1 screen
       1 pwd
    For root :

    Code:
      26 df
      16 cd
      12 make
       7 fdisk
       7 disklabel
       6 nano
       4 mount
       4 man
       3 useradd
       3 ls
    I just installed it today and made my partitions a little too short, thus all the df's
    「明後日の夕方には帰ってるからね。」


  8. #8
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: Post your top 10 used terminal commands

    161 sudo
    34 ls
    17 cd
    14 cat
    13 sinstall
    13 man
    11 supdate
    11 cp
    10 whereis
    9 ps

    sinstall = sudo apt-get install
    supdate = sudo apt-get update
    The symbol is not the thing

  9. #9
    Join Date
    Sep 2006
    Location
    London (I miss the beach)
    Beans
    376

    Re: Post your top 10 used terminal commands

    For root:

    46 apt-get
    23 exit
    23 apt-cache
    16 ls
    15 cd
    5 nano
    4 gedit
    4 10
    3 man
    2 su

    Why I'm done su twice when I am already root... who knows... And the 10 was a pasting accident...

  10. #10
    Join Date
    May 2007
    Beans
    946

    Re: Post your top 10 used terminal commands

    In mepis
    79 ls
    34 firefox
    31 VisualBoyAdvance
    21 rm
    20 bg
    18 df
    17 halt
    15 xmms
    12 wine
    10 killall

Page 1 of 72 1231151 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •