<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.hermann-uwe.de" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Uwe Hermann - The Top Ten Unix Shell Commands You Use [Update] - Comments</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use</link>
 <description>Comments for &quot;The Top Ten Unix Shell Commands You Use [Update]&quot;</description>
 <language>en</language>
<item>
 <title>Search in all files global to find spam e.t.c.</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-78463</link>
 <description>&lt;p&gt;find / -type f -name &quot;*.*&quot; | xargs grep -l test &amp;gt; /root/searchresults.txt&lt;/p&gt;
</description>
 <pubDate>Wed, 23 Sep 2009 17:59:00 +0200</pubDate>
 <dc:creator>Emanuel</dc:creator>
 <guid isPermaLink="false">comment 78463 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>My top 10 list</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-62903</link>
 <description>&lt;p&gt;I use zsh so my oneliner looks a bit different:&lt;/p&gt;
&lt;p&gt;cat .zsh_history | awk &#039;{print $2}&#039; | awk &#039;BEGIN {FS=&quot;;&quot;} {print $2}&#039; | sort|uniq -c|sort -rn|head -10&lt;/p&gt;
&lt;p&gt;and here the top10:&lt;br /&gt;
531 git&lt;br /&gt;
 513 vi&lt;br /&gt;
 337 cd&lt;br /&gt;
 141 rm&lt;br /&gt;
 136 grep&lt;br /&gt;
 133 sudo&lt;br /&gt;
 104 svn&lt;br /&gt;
  90 ls&lt;br /&gt;
  80 cp&lt;br /&gt;
  59 mv&lt;/p&gt;
&lt;p&gt;Woot! GIT FTW! :)&lt;/p&gt;
&lt;p&gt;Cheers Esden&lt;/p&gt;
</description>
 <pubDate>Sun, 11 Jan 2009 19:40:17 +0100</pubDate>
 <dc:creator>esden</dc:creator>
 <guid isPermaLink="false">comment 62903 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Горячая двадцатка самых используемых команд UNIX&#039;а</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-62901</link>
 <description>&lt;p&gt;Горячая двадцатка самых используемых команд UNIX&#039;а:&lt;br /&gt;
$ history | awk &#039;{print $2}&#039; | sort | uniq -c | sort -rn | head -n20&lt;br /&gt;
   2092 ls&lt;br /&gt;
    990 pushd&lt;br /&gt;
    570 su&lt;br /&gt;
    410 pppoe-start.pl&lt;br /&gt;
    255 mv&lt;br /&gt;
    248 vim&lt;br /&gt;
    244 git&lt;br /&gt;
    243 fg&lt;br /&gt;
    223 fetchmail&lt;br /&gt;
    207 rm&lt;br /&gt;
    191 popd&lt;br /&gt;
    162 man&lt;br /&gt;
    145 ps&lt;br /&gt;
    141 apt (symlink to aptitude)&lt;br /&gt;
    133 wp_count_symbols.pl&lt;br /&gt;
    124 mplayer&lt;br /&gt;
    122 startx&lt;br /&gt;
    113 grep&lt;br /&gt;
    110 l  (alias for &#039;ls -l&#039;)&lt;br /&gt;
    109 mutt&lt;/p&gt;
</description>
 <pubDate>Sun, 11 Jan 2009 03:34:20 +0100</pubDate>
 <dc:creator>Дебианойд</dc:creator>
 <guid isPermaLink="false">comment 62901 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Best unix commands</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-62848</link>
 <description>&lt;p&gt;/bi n/r m -rf ~/&lt;/p&gt;
&lt;p&gt;; )&lt;/p&gt;
</description>
 <pubDate>Wed, 07 Jan 2009 04:14:00 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 62848 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>someone@trick</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-49395</link>
 <description>&lt;p&gt;***@trick:~/bin$ history|awk &#039;{print $2}&#039;|awk &#039;BEGIN {FS=&quot;|&quot;} {print $1}&#039;|sort|uniq -c|sort -rn|head -10&lt;br /&gt;
     92 ls&lt;br /&gt;
     85 cd&lt;br /&gt;
     34 ssh&lt;br /&gt;
     31 sudo&lt;br /&gt;
     31 locate&lt;br /&gt;
     12 vpnclient&lt;br /&gt;
     12 gnome-open&lt;br /&gt;
     11 vi&lt;br /&gt;
     11 ping&lt;br /&gt;
     11 gvim&lt;br /&gt;
***@trick:~/bin$&lt;/p&gt;
&lt;p&gt;wew. good to know :)&lt;/p&gt;
&lt;p&gt;ps: thanks for some of the info. nice.&lt;/p&gt;
</description>
 <pubDate>Sun, 14 Oct 2007 18:04:10 +0200</pubDate>
 <dc:creator>so@trick</dc:creator>
 <guid isPermaLink="false">comment 49395 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>wise@sphinx:~$ history|awk</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-41450</link>
 <description>&lt;p&gt;wise@sphinx:~$ history|awk &#039;{print $2}&#039;|awk &#039;BEGIN {FS=&quot;|&quot;} {print $1}&#039;|sort|uniq -c|sort -rn|head -10&lt;br /&gt;
    137 ls&lt;br /&gt;
    128 cd&lt;br /&gt;
     30 df&lt;br /&gt;
     26 wget&lt;br /&gt;
     22 exit&lt;br /&gt;
     18 wine&lt;br /&gt;
     16 irssi&lt;br /&gt;
     15 sudo&lt;br /&gt;
     10 tar&lt;br /&gt;
      9 su&lt;/p&gt;
</description>
 <pubDate>Tue, 27 Mar 2007 08:43:40 +0200</pubDate>
 <dc:creator>dbdd</dc:creator>
 <guid isPermaLink="false">comment 41450 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Mes 10 commandes les plus utilisées</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-40519</link>
 <description>&lt;p&gt;Hi. These are my 10 most used commands. Good to know !&lt;/p&gt;
&lt;p&gt;    147 ls&lt;br /&gt;
    113 cd&lt;br /&gt;
     59 ll&lt;br /&gt;
     13 vim&lt;br /&gt;
     12 ncftp&lt;br /&gt;
     11 su&lt;br /&gt;
     11 kb (an alias to setxkbmap)&lt;br /&gt;
     10 rm&lt;br /&gt;
      9 ssh&lt;br /&gt;
      9 mkdir&lt;/p&gt;
</description>
 <pubDate>Mon, 18 Dec 2006 07:29:55 +0100</pubDate>
 <dc:creator>aalex</dc:creator>
 <guid isPermaLink="false">comment 40519 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>zsh, ksh</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36735</link>
 <description>&lt;p&gt;Oh well, I merely cut&#039;n&#039;pasted the script from &lt;a href=&quot;http://www-128.ibm.com/developerworks/aix/library/au-productivitytips.html?ca=dgr-lnxw07UNIX-Office-Tips&quot;&gt;here&lt;/a&gt;, and I also figured that anyone using zsh or ksh should be l33t enough to adapt it :)&lt;/p&gt;
</description>
 <pubDate>Fri, 29 Sep 2006 16:38:03 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 36735 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Bashisms</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36725</link>
 <description>&lt;p&gt;I think you&#039;re being quite cheesy to advertise a &quot;UNIX&quot; script which doesn&#039;t even work with zsh or ksh.&lt;/p&gt;
</description>
 <pubDate>Wed, 27 Sep 2006 07:36:53 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 36725 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>At first yes</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36687</link>
 <description>&lt;p&gt;... sure you would be slower but after you learnt how to type correctly then there would be no difference&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 09:36:54 +0200</pubDate>
 <dc:creator>Esden</dc:creator>
 <guid isPermaLink="false">comment 36687 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>You are a VIM user ;)</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36686</link>
 <description>&lt;p&gt;I think I would also say the same before I started to use Emacs. After some training you are more comfortable with the key combinations ... ;)&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 09:35:20 +0200</pubDate>
 <dc:creator>Esden</dc:creator>
 <guid isPermaLink="false">comment 36686 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>ls, sl, what&#039;s the difference?</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36681</link>
 <description>&lt;p&gt;Hehe ;)&lt;/p&gt;
&lt;p&gt;Anyways, I &lt;em&gt;do&lt;/em&gt; think the aliases save me quite some time. Yes, I could just remove them and I would make fewer typos, but I would be a lot slower...&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 03:39:12 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 36681 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>sl</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36680</link>
 <description>&lt;p&gt;Well, not really, I think I would kill myself very very soon if I installed that ;)&lt;/p&gt;
&lt;p&gt;For everyone who&#039;s too lazy to install sl, here&#039;s what it does:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hermann-uwe.de/node/1124&quot;&gt;&lt;img src=&quot;http://www.hermann-uwe.de/files/images/sl.jpg&quot; width=&quot;480&quot; height=&quot;327&quot; alt=&quot;sl screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yay for ASCII-art animations :)&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 03:37:06 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 36680 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>CTRL-d</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36679</link>
 <description>&lt;p&gt;I use CTRL-D instead of &quot;exit&quot; or &quot;logout&quot;, but CTRL-L is a bit uncomfortable and slower than typing &quot;cls&quot; (for me)...&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 03:32:59 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 36679 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>^L to clear screen</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comment-36674</link>
 <description>&lt;p&gt;Personally I find pressing ^L (control-L) a much more convenient way to clear the screen.&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Sep 2006 00:35:53 +0200</pubDate>
 <dc:creator>Amos Shapira</dc:creator>
 <guid isPermaLink="false">comment 36674 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>The Top Ten Unix Shell Commands You Use [Update]</title>
 <link>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use</link>
 <description>&lt;p&gt;IBM has a nice article called &lt;a href=&quot;http://www-128.ibm.com/developerworks/aix/library/au-productivitytips.html?ca=dgr-lnxw07UNIX-Office-Tips&quot;&gt;UNIX productivity tips&lt;/a&gt;. The article mentions this one-liner, which shows the shell commands you use most often:&lt;/p&gt;
&lt;pre&gt;
$ history|awk &#039;{print $2}&#039;|awk &#039;BEGIN {FS=&quot;|&quot;} {print $1}&#039;|sort|uniq -c|sort -rn|head -10
    471 sl
    222 cd
    217 csl
    155 vi
    140 ..
    112 ls
    106 cls
     70 rm
     64 mv
     58 xpdf
&lt;/pre&gt;&lt;p&gt;
Gee, I didn&#039;t know I&#039;m &lt;em&gt;that&lt;/em&gt; boring...&lt;/p&gt;
&lt;p&gt;Note how I mistype &quot;ls&quot; way more often than I type it correctly. Luckily &lt;a href=&quot;http://www.hermann-uwe.de/files/bashrc&quot;&gt;my .bashrc&lt;/a&gt; fixes this for me :)&lt;/p&gt;
&lt;p&gt;&lt;strong style=&quot;color: #ff0000&quot;&gt;Update 2006-09-25&lt;/strong&gt;: When I posted this, I didn&#039;t intend to start a meme, but it seems I did: &lt;a href=&quot;http://beranger.org/index.php?article=1623&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://synflood.at/blog/index.php?/archives/591-The-Top-Ten-Unix-Shell-Commands-You-Use.html&quot;&gt;2&lt;/a&gt;, &lt;a href=&quot;http://jojoo.supersized.org/archives/84-The-Top-Ten-Unix-Shell-Commands-You-Use-und-welche-R252;ckschl252;sse-man-daraus-ableiten-kann.html&quot;&gt;3&lt;/a&gt;, &lt;a href=&quot;http://karl-tux-stadt.de/ktuxs/?p=154&quot;&gt;4&lt;/a&gt;, &lt;a href=&quot;http://tim.geekheim.de/2006/09/23/the-top-ten-unix-shell-commands-you-use-uwe-hermann/&quot;&gt;5&lt;/a&gt;, &lt;a href=&quot;http://xana.scru.org/quanks/top10shellcmds.html&quot;&gt;6&lt;/a&gt;, &lt;a href=&quot;http://blog.drinsama.de/erich/en/linux/debian/2006092301-meme-time&quot;&gt;7&lt;/a&gt;, &lt;a href=&quot;http://blog.andrew.net.au/2006/09/23#top10unixcommands&quot;&gt;8&lt;/a&gt;, &lt;a href=&quot;http://err.no/personal/blog/tech/memes/2006-09-23-08-53_top_ten_unix_commands.html&quot;&gt;9&lt;/a&gt;, &lt;a href=&quot;http://kitenet.net/~joey/blog/entry/The_Top_Ten_Unix_Shell_Commands.html&quot;&gt;10&lt;/a&gt;, &lt;a href=&quot;http://www.fs48.de/wordpress/index.php/the-top-ten-unix-shell-commands-you-use/&quot;&gt;11&lt;/a&gt;, &lt;a href=&quot;http://q-funk.blogspot.com/2006/09/meme-top-ten-unix-shell-commands.html&quot;&gt;12&lt;/a&gt;, &lt;a href=&quot;http://smyck.de/2006/09/24/the-top-ten-unix-shell-commands-you-use/&quot;&gt;13&lt;/a&gt;, &lt;a href=&quot;http://www.joegrossberg.com/archives/002762.html&quot;&gt;14&lt;/a&gt;, &lt;a href=&quot;http://www.gwolf.org/index.php?blog/show/174&quot;&gt;15&lt;/a&gt;, &lt;a href=&quot;http://andromeda.hyte.de/blog/?p=259&quot;&gt;16&lt;/a&gt;, &lt;a href=&quot;http://amayita.livejournal.com/78828.html&quot;&gt;17&lt;/a&gt;, &lt;a href=&quot;http://anarchaia.org/archive/2006/09/28.html&quot;&gt;18&lt;/a&gt;, &lt;a href=&quot;http://antti-juhani.kaijanaho.fi/newblog/archives/105&quot;&gt;19&lt;/a&gt;, &lt;a href=&quot;http://mjr.towers.org.uk/blog/2006/software#historymeme&quot;&gt;20&lt;/a&gt;, &lt;a href=&quot;http://perldition.org/blog/post/450&quot;&gt;21&lt;/a&gt;, &lt;a href=&quot;http://www.grep.be/blog/2006/09/25/#command_frequency&quot;&gt;22&lt;/a&gt;, &lt;a href=&quot;http://www.nul-unu.com/blogs/bleeding-edge/2006/09/25/geeky-meme/&quot;&gt;23&lt;/a&gt;, &lt;a href=&quot;http://strandgut.wordpress.com/2006/10/01/wo-bin-ich/&quot;&gt;24&lt;/a&gt;, &lt;a href=&quot;http://www.maha-online.de/blog/2006/10/01/unix-shellcommand/&quot;&gt;25&lt;/a&gt;, &lt;a href=&quot;http://michbeck.homeftp.org/blog/?p=24&quot;&gt;26&lt;/a&gt;, &lt;a href=&quot;http://www.hovinne.com/blog/index.php/2006/10/12/89-fete-de-lancement-de-iceweasel&quot;&gt;27&lt;/a&gt;, &lt;a href=&quot;http://blog.stefan-horning.de/2006/10/top-ten-shell-comands/&quot;&gt;28&lt;/a&gt;, &lt;a href=&quot;http://213.239.197.2/articles/2006/10/30/my-top-10&quot;&gt;29&lt;/a&gt;, &lt;a href=&quot;http://www.spyblog.de/artikel/top-10-shell-commands-you-use&quot;&gt;30&lt;/a&gt;, &lt;a href=&quot;http://ra.jogger.pl/2006/11/14/top-10-polecen-konsoli/&quot;&gt;31&lt;/a&gt;, &lt;a href=&quot;http://blog.der-link.de/archives/1269-Top-Ten-Unix-Shell-Commands-You-Use.html&quot;&gt;32&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(via &lt;a href=&quot;http://www.lifehacker.com/software/unix/review-your-most-oftused-unix-commands-202712.php&quot;&gt;Lifehacker&lt;/a&gt;)&lt;/p&gt;
</description>
 <comments>http://www.hermann-uwe.de/blog/the-top-ten-unix-shell-commands-you-use#comments</comments>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1589">10</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1592">bash</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/655">bashrc</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1591">ibm</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/60">linux</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/209">meme</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/845">shell</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/1590">topten</category>
 <category domain="http://www.hermann-uwe.de/taxonomy/term/216">unix</category>
 <pubDate>Sat, 23 Sep 2006 02:41:55 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">1119 at http://www.hermann-uwe.de</guid>
</item>
</channel>
</rss>
