<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux Commands &#8211; Top 20 Most Used</title>
	<atom:link href="http://yonitg.com/linux-commands-top-20-most-used/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonitg.com/linux-commands-top-20-most-used/</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 17:10:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: TimP</title>
		<link>http://yonitg.com/linux-commands-top-20-most-used/comment-page-1/#comment-129</link>
		<dc:creator>TimP</dc:creator>
		<pubDate>Fri, 26 Jun 2009 01:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://yonitg.com/?p=161#comment-129</guid>
		<description>For anyone who&#039;s interested in seeing their own top twenty you can run the following:

cat ~/.bash_history &#124; tr &quot;\&#124;\;\&amp;&quot; &quot;\n&quot; &#124; sed -e &quot;s/^ //g&quot; &#124; cut -d &quot; &quot; -f 1 &#124; sort &#124; uniq -c &#124; sort -n &#124; tail -n 20

It&#039;s not perfect but will give you a rough idea.

On my own computer I get:
timp@shammah:~$ cat ~/.bash_history &#124; tr &quot;\&#124;\;\&amp;&quot; &quot;\n&quot; &#124; sed -e &quot;s/^ //g&quot; &#124; cut -d &quot; &quot; -f 1 &#124; sort &#124; uniq -c &#124; sort -n &#124; tail -n 20                    
      8 dig
      8 fbsetbg
      8 make
      9 cvs
     10 do
     10 done
     10 for
     11 pwsafe
     11 wget
     12 rm
     13 ./test.sh
     13 vim
     15 cat
     15 svnadmin
     16 grep
     19 su
     25 ssh
     55 svn
     83 ls
     96 cd

A couple of things of note:

dig is similar to nslookup
You can also see that I often work with version control: svn, svnadmin, and cvs; I like VIm over vi; I use ssh a lot; and that it&#039;s not unusual for me to use Bash&#039;s builtin &quot;for&quot; loops (do, done, and for)</description>
		<content:encoded><![CDATA[<p>For anyone who&#8217;s interested in seeing their own top twenty you can run the following:</p>
<p>cat ~/.bash_history | tr &#8220;\|\;\&amp;&#8221; &#8220;\n&#8221; | sed -e &#8220;s/^ //g&#8221; | cut -d &#8221; &#8221; -f 1 | sort | uniq -c | sort -n | tail -n 20</p>
<p>It&#8217;s not perfect but will give you a rough idea.</p>
<p>On my own computer I get:<br />
timp@shammah:~$ cat ~/.bash_history | tr &#8220;\|\;\&amp;&#8221; &#8220;\n&#8221; | sed -e &#8220;s/^ //g&#8221; | cut -d &#8221; &#8221; -f 1 | sort | uniq -c | sort -n | tail -n 20<br />
      8 dig<br />
      8 fbsetbg<br />
      8 make<br />
      9 cvs<br />
     10 do<br />
     10 done<br />
     10 for<br />
     11 pwsafe<br />
     11 wget<br />
     12 rm<br />
     13 ./test.sh<br />
     13 vim<br />
     15 cat<br />
     15 svnadmin<br />
     16 grep<br />
     19 su<br />
     25 ssh<br />
     55 svn<br />
     83 ls<br />
     96 cd</p>
<p>A couple of things of note:</p>
<p>dig is similar to nslookup<br />
You can also see that I often work with version control: svn, svnadmin, and cvs; I like VIm over vi; I use ssh a lot; and that it&#8217;s not unusual for me to use Bash&#8217;s builtin &#8220;for&#8221; loops (do, done, and for)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adi</title>
		<link>http://yonitg.com/linux-commands-top-20-most-used/comment-page-1/#comment-123</link>
		<dc:creator>adi</dc:creator>
		<pubDate>Sun, 21 Jun 2009 07:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://yonitg.com/?p=161#comment-123</guid>
		<description>nice info bro.that will be nice if you want to see my blog. maybe we can share about computer. just check my linkthank you:)</description>
		<content:encoded><![CDATA[<p>nice info bro.that will be nice if you want to see my blog. maybe we can share about computer. just check my linkthank you:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carnival of struggling bumbling newbies - June 20, 2009 : ===&#62;&#62; SuccessPart2.Com</title>
		<link>http://yonitg.com/linux-commands-top-20-most-used/comment-page-1/#comment-122</link>
		<dc:creator>carnival of struggling bumbling newbies - June 20, 2009 : ===&#62;&#62; SuccessPart2.Com</dc:creator>
		<pubDate>Sat, 20 Jun 2009 15:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://yonitg.com/?p=161#comment-122</guid>
		<description>[...] Gruber-hazani presents Linux Commands – Top 20 Most Used posted at yonitg.com, saying, &#8220;These are the top 20 Linux commands most used by a Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] Gruber-hazani presents Linux Commands – Top 20 Most Used posted at yonitg.com, saying, &#8220;These are the top 20 Linux commands most used by a Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Mail Server Set Up</title>
		<link>http://yonitg.com/linux-commands-top-20-most-used/comment-page-1/#comment-115</link>
		<dc:creator>Linux Mail Server Set Up</dc:creator>
		<pubDate>Sat, 13 Jun 2009 06:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://yonitg.com/?p=161#comment-115</guid>
		<description>[...] Linux Commands - Top 20 Most Used &#124; yonitg.com linux server howto [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux Commands &#8211; Top 20 Most Used | yonitg.com linux server howto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by emil_cheriches</title>
		<link>http://yonitg.com/linux-commands-top-20-most-used/comment-page-1/#comment-111</link>
		<dc:creator>Twitted by emil_cheriches</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://yonitg.com/?p=161#comment-111</guid>
		<description>[...] This post was Twitted by emil_cheriches - Real-url.org [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by emil_cheriches &#8211; Real-url.org [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
