My top 10 linux commands

This is an old post imported from the previous version of this site when it was my personal blog. Some of these posts are in spanish and I never got to translate these posts.

I found this meme in 120% Linux

Basically this is to see which commands are used most by Linux users

This is my top 10:

112 cd
96 ls
48 sudo
43 ssh
21 ping
16 scp
16 mkdir
13 nano
13 mongrel_rails
10 svn

The code to get this is:

history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”} {print $1}’ | sort | uniq -c | sort -rn | head -10

Is interesting how much you can get an idea of the kind of work from the list.

This entry was posted in General, Productivity, Programming and tagged . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Related posts:

  1. 30 dias con Linux
  2. Flash 9 para Linux
  3. Twitter from the command line

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>