<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Ten Good Unix Habits</title>
	<atom:link href="http://nixshell.wordpress.com/2010/06/22/ten-good-unix-habits/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixshell.wordpress.com/2010/06/22/ten-good-unix-habits/</link>
	<description>UNIX / Linux Shell Hints and Tips&#160;&#160;&#160;&#160;&#160;&#160;(a http://steve-parker.org/sh/sh.shtml subproject)</description>
	<lastBuildDate>Sun, 31 Mar 2013 18:54:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: unixshell</title>
		<link>http://nixshell.wordpress.com/2010/06/22/ten-good-unix-habits/#comment-5480</link>
		<dc:creator><![CDATA[unixshell]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=134#comment-5480</guid>
		<description><![CDATA[The explanations are in the IBM article; for example, 2 is about the &quot;tar -C /path&quot; syntax...]]></description>
		<content:encoded><![CDATA[<p>The explanations are in the IBM article; for example, 2 is about the &#8220;tar -C /path&#8221; syntax&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kcoder24</title>
		<link>http://nixshell.wordpress.com/2010/06/22/ten-good-unix-habits/#comment-5479</link>
		<dc:creator><![CDATA[kcoder24]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 16:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=134#comment-5479</guid>
		<description><![CDATA[I don&#039;t get the meaning in several, can you explain how to implement every one? Here are the ones that I understand

1 mkdir -p
2 ?
3 ?
4 Use doble quotes only when it´s really needed?
5 Mmmmh I understand use \n instead the enter itself, but why? what&#039;s the difference?
6 Group... in a file and execute? or maybe use pipes?
7 Why use xargs instead find -exec
8 Detect when is usefull grep and when &quot;grep -c&quot;
9 awk &#039;$2~/RegExp/&#039; instead grep &quot;RegExp&quot;
10 That&#039;s classic stop using cat to pipe the output to another command]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t get the meaning in several, can you explain how to implement every one? Here are the ones that I understand</p>
<p>1 mkdir -p<br />
2 ?<br />
3 ?<br />
4 Use doble quotes only when it´s really needed?<br />
5 Mmmmh I understand use \n instead the enter itself, but why? what&#8217;s the difference?<br />
6 Group&#8230; in a file and execute? or maybe use pipes?<br />
7 Why use xargs instead find -exec<br />
8 Detect when is usefull grep and when &#8220;grep -c&#8221;<br />
9 awk &#8216;$2~/RegExp/&#8217; instead grep &#8220;RegExp&#8221;<br />
10 That&#8217;s classic stop using cat to pipe the output to another command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cusco</title>
		<link>http://nixshell.wordpress.com/2010/06/22/ten-good-unix-habits/#comment-5318</link>
		<dc:creator><![CDATA[cusco]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=134#comment-5318</guid>
		<description><![CDATA[1. mkdir -p

2. wget -O /path ??

3. echo &quot;insert into bla (bla,bla) Values (bla,bla);&#124;mysql &amp;&amp; echo &quot;select bla from bla;&quot;&#124;mysql

4. echo &quot;$var&quot; ?? in bash set vars with lowcase

5. echo -e &quot;line 1\nline2\n&quot;

6. ??? ls /usr/local/bin

7. deborphan&#124;xargs apt-get remove --purge -y

8. grep -c bla file

9. ???

10. Use grep instead of cat&#124;grep ??]]></description>
		<content:encoded><![CDATA[<p>1. mkdir -p</p>
<p>2. wget -O /path ??</p>
<p>3. echo &#8220;insert into bla (bla,bla) Values (bla,bla);|mysql &amp;&amp; echo &#8220;select bla from bla;&#8221;|mysql</p>
<p>4. echo &#8220;$var&#8221; ?? in bash set vars with lowcase</p>
<p>5. echo -e &#8220;line 1\nline2\n&#8221;</p>
<p>6. ??? ls /usr/local/bin</p>
<p>7. deborphan|xargs apt-get remove &#8211;purge -y</p>
<p>8. grep -c bla file</p>
<p>9. ???</p>
<p>10. Use grep instead of cat|grep ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
