<?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: Listing Files with Python</title>
	<atom:link href="http://www.emgarten.com/listing-files-with-python.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emgarten.com/listing-files-with-python.htm</link>
	<description>Exploring the realms of code..</description>
	<lastBuildDate>Fri, 21 Jan 2011 01:27:47 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lord_nougat</title>
		<link>http://www.emgarten.com/listing-files-with-python.htm/comment-page-1#comment-299</link>
		<dc:creator>lord_nougat</dc:creator>
		<pubDate>Sun, 13 Jun 2010 06:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/listing-files-with-python.htm#comment-299</guid>
		<description>find . -name &#039;*&#039;
will list recursively with full paths relative to directory in which it&#039;s invoked

I know, not exactly the same thing, but still potentially handy.</description>
		<content:encoded><![CDATA[<p>find . -name &#8216;*&#8217;<br />
will list recursively with full paths relative to directory in which it&#8217;s invoked</p>
<p>I know, not exactly the same thing, but still potentially handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n00bPythoner</title>
		<link>http://www.emgarten.com/listing-files-with-python.htm/comment-page-1#comment-293</link>
		<dc:creator>n00bPythoner</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emgarten.com/listing-files-with-python.htm#comment-293</guid>
		<description>Thanks a lot for this. Really nice work, keep it up!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this. Really nice work, keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

