<?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"
	>
<channel>
	<title>Comments on: The shell challenge: changing another process&#8217; working directory</title>
	<atom:link href="http://rudd-o.com/archives/2007/09/06/the-shell-challenge-changing-another-process-working-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudd-o.com/archives/2007/09/06/the-shell-challenge-changing-another-process-working-directory/</link>
	<description>We only do fun stuff.</description>
	<pubDate>Fri, 10 Oct 2008 21:43:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tyler</title>
		<link>http://rudd-o.com/archives/2007/09/06/the-shell-challenge-changing-another-process-working-directory/#comment-344966</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 08 Oct 2007 09:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://rudd-o.com/archives/2007/09/06/the-shell-challenge-changing-another-process-working-directory/#comment-344966</guid>
		<description>&lt;p&gt;Here documents are references using &#60;&#60;, not &#62;&#62;.  Try:&lt;/p&gt;

&lt;p&gt;gdb -q &#60;&#60; EOF
attach $pid
call (int) chdir("$cwd")
detach
quit
EOF&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here documents are references using &lt;&lt;, not &gt;&gt;.  Try:</p>

<p>gdb -q &lt;&lt; EOF
attach $pid
call (int) chdir(&#8221;$cwd&#8221;)
detach
quit
EOF</p>]]></content:encoded>
	</item>
</channel>
</rss>
