<?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: RESET SLAVE, bash edition</title>
	<atom:link href="http://dom.as/2009/03/20/reset-slave-bash-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://dom.as/2009/03/20/reset-slave-bash-edition/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 20:14:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Michael I.</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1522</link>
		<dc:creator><![CDATA[Michael I.]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1522</guid>
		<description><![CDATA[since the above is posted under &#039;sarcasm&#039; I&#039;m not going to complain
much about $1 vs &quot;$1&quot; and using $() vs ``. Nowadays bashisms are probably OK but in my time if you worked with Solaris you&#039;d better stick to the original Bourne sh and keep in mind the awk/nawk/gawk thing. But the way I understand some rumors it&#039;s not the Bourne shell one needs to learn but how to tie the tie and the subtle shades of blue. JCL, too. As for shell scripting I&#039;d say a C compiler would be a worthy challenge. The code doesn&#039;t have to be fast,just basic executable generation. I&#039;ve always said I could do one but noone called me so far. Commands outside of builtins are allowed up to about gawk level, but no perl, please. Pretty much anyone could do a C compiler with perl 5.6 and above.]]></description>
		<content:encoded><![CDATA[<p>since the above is posted under &#8216;sarcasm&#8217; I&#8217;m not going to complain<br />
much about $1 vs &#8220;$1&#8243; and using $() vs &#8220;. Nowadays bashisms are probably OK but in my time if you worked with Solaris you&#8217;d better stick to the original Bourne sh and keep in mind the awk/nawk/gawk thing. But the way I understand some rumors it&#8217;s not the Bourne shell one needs to learn but how to tie the tie and the subtle shades of blue. JCL, too. As for shell scripting I&#8217;d say a C compiler would be a worthy challenge. The code doesn&#8217;t have to be fast,just basic executable generation. I&#8217;ve always said I could do one but noone called me so far. Commands outside of builtins are allowed up to about gawk level, but no perl, please. Pretty much anyone could do a C compiler with perl 5.6 and above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1521</link>
		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1521</guid>
		<description><![CDATA[Well, -z works, but using &#039;=&#039; would fail:
 test &quot;&quot; = $NOSUCH
 bash: test: : unary operator expected

which I guess is why I tend to always quote as well :p]]></description>
		<content:encoded><![CDATA[<p>Well, -z works, but using &#8216;=&#8217; would fail:<br />
 test &#8220;&#8221; = $NOSUCH<br />
 bash: test: : unary operator expected</p>
<p>which I guess is why I tend to always quote as well :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1520</link>
		<dc:creator><![CDATA[Xaprb]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1520</guid>
		<description><![CDATA[Huh, I don&#039;t know how, but in the past I &quot;learned&quot; I always have to quote things in shell scripts, apparently I&#039;m wrong :)

I definitely should not have shell on my resume.]]></description>
		<content:encoded><![CDATA[<p>Huh, I don&#8217;t know how, but in the past I &#8220;learned&#8221; I always have to quote things in shell scripts, apparently I&#8217;m wrong :)</p>
<p>I definitely should not have shell on my resume.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1519</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1519</guid>
		<description><![CDATA[Baron, it will:

$ if [ -z -o -z ]; then echo xx; fi
xx]]></description>
		<content:encoded><![CDATA[<p>Baron, it will:</p>
<p>$ if [ -z -o -z ]; then echo xx; fi<br />
xx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1518</link>
		<dc:creator><![CDATA[Xaprb]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 11:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1518</guid>
		<description><![CDATA[Are you sure OMG FAIL NO POSITIONS KNOWN will get triggered?  I think the if line will be a syntax error if the strings are really empty (unset).  I would double quote them.]]></description>
		<content:encoded><![CDATA[<p>Are you sure OMG FAIL NO POSITIONS KNOWN will get triggered?  I think the if line will be a syntax error if the strings are really empty (unset).  I would double quote them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1517</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 01:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1517</guid>
		<description><![CDATA[3306]]></description>
		<content:encoded><![CDATA[<p>3306</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Noyes</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1516</link>
		<dc:creator><![CDATA[Scott Noyes]]></dc:creator>
		<pubDate>Sat, 21 Mar 2009 00:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1516</guid>
		<description><![CDATA[port?]]></description>
		<content:encoded><![CDATA[<p>port?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1515</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1515</guid>
		<description><![CDATA[dc2447, an error in database connectivity would yield no positions, and hereby would die at &quot;OMG FAIL&quot; part! :-)]]></description>
		<content:encoded><![CDATA[<p>dc2447, an error in database connectivity would yield no positions, and hereby would die at &#8220;OMG FAIL&#8221; part! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1514</link>
		<dc:creator><![CDATA[Domas Mituzas]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1514</guid>
		<description><![CDATA[Mark, I had you in mind! :-) And yes, that bug is epic, and Shane&#039;s work is even more so.]]></description>
		<content:encoded><![CDATA[<p>Mark, I had you in mind! :-) And yes, that bug is epic, and Shane&#8217;s work is even more so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc2447</title>
		<link>http://dom.as/2009/03/20/reset-slave-bash-edition/#comment-1513</link>
		<dc:creator><![CDATA[dc2447]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=420#comment-1513</guid>
		<description><![CDATA[Hmmm - shell scripts that don&#039;t check return codes connecting to live dbs?

Long time since I have seen that, long time]]></description>
		<content:encoded><![CDATA[<p>Hmmm &#8211; shell scripts that don&#8217;t check return codes connecting to live dbs?</p>
<p>Long time since I have seen that, long time</p>
]]></content:encoded>
	</item>
</channel>
</rss>

