<?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: common bash misconception</title>
	<atom:link href="http://standardmischief.com/blog/2009/03/25/common-bash-misconception-shell-script-variables-variable-pid-built-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://standardmischief.com/blog/2009/03/25/common-bash-misconception-shell-script-variables-variable-pid-built-in/</link>
	<description>Life. Liberty. Pursuit of Happiness.</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:55:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Standard Mischief</title>
		<link>http://standardmischief.com/blog/2009/03/25/common-bash-misconception-shell-script-variables-variable-pid-built-in/comment-page-1/#comment-31460</link>
		<dc:creator>Standard Mischief</dc:creator>
		<pubDate>Thu, 26 Mar 2009 01:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/blog/?p=552#comment-31460</guid>
		<description>Sorry, I used curl to download a bunch of likely pages and then used grep to look for &quot;$$&quot;

Thanks for the tip on mktemp. I didn&#039;t know that command.

I like using the unix time stamp because date-stamping your temp files can be useful for troubleshooting. Also, if sorted by filename they end up in chronological order.</description>
		<content:encoded><![CDATA[<p>Sorry, I used curl to download a bunch of likely pages and then used grep to look for &#8220;$$&#8221;</p>
<p>Thanks for the tip on mktemp. I didn&#8217;t know that command.</p>
<p>I like using the unix time stamp because date-stamping your temp files can be useful for troubleshooting. Also, if sorted by filename they end up in chronological order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan Franzone</title>
		<link>http://standardmischief.com/blog/2009/03/25/common-bash-misconception-shell-script-variables-variable-pid-built-in/comment-page-1/#comment-31451</link>
		<dc:creator>jonathan Franzone</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/blog/?p=552#comment-31451</guid>
		<description>Good point! My article actually used the fact that is was NOT unique in order to detect whether or not the script was already running.

If you are trying to output unique temporary files you could also look into using the mktemp command.</description>
		<content:encoded><![CDATA[<p>Good point! My article actually used the fact that is was NOT unique in order to detect whether or not the script was already running.</p>
<p>If you are trying to output unique temporary files you could also look into using the mktemp command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

