<?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: Power Up Linux GUI Apps</title>
	<atom:link href="http://www.linux-mag.com/id/7696/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7696/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: cmsps</title>
		<link>http://www.linux-mag.com/id/7696/#comment-7848</link>
		<dc:creator>cmsps</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7696/#comment-7848</guid>
		<description>&lt;p&gt;There are backslashes missing from some of the examples
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There are backslashes missing from some of the examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jp</title>
		<link>http://www.linux-mag.com/id/7696/#comment-7849</link>
		<dc:creator>jp</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7696/#comment-7849</guid>
		<description>&lt;p&gt;@cmsps, thanks for catching that.  I found one missing backslash in the next-to-last example on page 2, here:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$ find . -type d -name lib -okdir nautilus \&#039;{}\&#039; \\;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and one more in the last example, here:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&gt; xargs -d \&#039;\\n\&#039; -L 1 -p nautilus&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Any others?
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@cmsps, thanks for catching that.  I found one missing backslash in the next-to-last example on page 2, here:</p>
<p><code>$ find . -type d -name lib -okdir nautilus \'{}\' \\;</code></p>
<p>and one more in the last example, here:</p>
<p><code>&gt; xargs -d \'\\n\' -L 1 -p nautilus</code></p>
<p>Any others?</p>
]]></content:encoded>
	</item>
</channel>
</rss>