<?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: Generating a file list, for a Joomla Component XML info file</title>
	<atom:link href="http://www.lampdeveloper.co.uk/linux/generating-a-file-list-for-a-joomla-component-xml-info-file.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lampdeveloper.co.uk/linux/generating-a-file-list-for-a-joomla-component-xml-info-file.html</link>
	<description>A day in the life of a Lamp Developer</description>
	<lastBuildDate>Fri, 15 Apr 2011 18:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicola Lunghi</title>
		<link>http://www.lampdeveloper.co.uk/linux/generating-a-file-list-for-a-joomla-component-xml-info-file.html/comment-page-1#comment-268</link>
		<dc:creator>Nicola Lunghi</dc:creator>
		<pubDate>Sun, 03 Oct 2010 09:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampdeveloper.co.uk/?p=161#comment-268</guid>
		<description>great tip!

but I modified this with -maxdepth option

find * -maxdepth 0 -type f -exec  echo &#039;&#039;{}&#039;&#039; \;
find * -maxdepth 0 -type d -exec  echo &#039;&#039;{}&#039;&#039; \;

folder includes also subfolders!</description>
		<content:encoded><![CDATA[<p>great tip!</p>
<p>but I modified this with -maxdepth option</p>
<p>find * -maxdepth 0 -type f -exec  echo &#8221;{}&#8221; \;<br />
find * -maxdepth 0 -type d -exec  echo &#8221;{}&#8221; \;</p>
<p>folder includes also subfolders!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

