<?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: A wonderful way to list your project files</title>
	<atom:link href="http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/</link>
	<description>random ruby/rails stuff</description>
	<lastBuildDate>Wed, 07 Dec 2011 21:42:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Alexey Osipenko</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6377</link>
		<dc:creator>Alexey Osipenko</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6377</guid>
		<description>A-A-A! моск взорван</description>
		<content:encoded><![CDATA[<p>A-A-A! моск взорван</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Croak</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6394</link>
		<dc:creator>Dan Croak</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6394</guid>
		<description>Hi Labria,

Point well taken. &quot;tail&quot; is part of any developer&#039;s toolbox.

I never had a formal computer science education and have picked up scraps of UNIX on the job.

The latest post wasn&#039;t about tail so much as an application of it that I&#039;ve found helpful recently while debugging some testing issues in Rails.

It&#039;s probably basic, but I don&#039;t feel the need to hold back what might seem basic to many readers if it comes in handy for a few others.

I try to keep such articles short so I&#039;m not wasting anyone&#039;s time, and in the theme of &quot;this has been working for me; I hope it comes in handy for someone else, too.&quot;

Thanks for reading.</description>
		<content:encoded><![CDATA[<p>Hi Labria,</p>
<p>Point well taken. &#8220;tail&#8221; is part of any developer&#8217;s toolbox.</p>
<p>I never had a formal computer science education and have picked up scraps of UNIX on the job.</p>
<p>The latest post wasn&#8217;t about tail so much as an application of it that I&#8217;ve found helpful recently while debugging some testing issues in Rails.</p>
<p>It&#8217;s probably basic, but I don&#8217;t feel the need to hold back what might seem basic to many readers if it comes in handy for a few others.</p>
<p>I try to keep such articles short so I&#8217;m not wasting anyone&#8217;s time, and in the theme of &#8220;this has been working for me; I hope it comes in handy for someone else, too.&#8221;</p>
<p>Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da4nik</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6393</link>
		<dc:creator>da4nik</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6393</guid>
		<description>поржал</description>
		<content:encoded><![CDATA[<p>поржал</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikhailov</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6392</link>
		<dc:creator>mikhailov</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6392</guid>
		<description>черный юмор пошел нынче в моду</description>
		<content:encoded><![CDATA[<p>черный юмор пошел нынче в моду</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by calavera</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6391</link>
		<dc:creator>Twitted by calavera</dc:creator>
		<pubDate>Thu, 10 Sep 2009 11:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6391</guid>
		<description>[...] This post was Twitted by calavera [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by calavera [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasha</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6390</link>
		<dc:creator>sasha</dc:creator>
		<pubDate>Thu, 10 Sep 2009 10:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6390</guid>
		<description>find app -type d &#124; sort &#124; awk &#039;{print &quot;\n&quot;$1&quot;:&quot;; system(&quot;ls &quot; $1)}&#039;</description>
		<content:encoded><![CDATA[<p>find app -type d | sort | awk &#8216;{print &#8220;\n&#8221;$1&#8243;:&#8221;; system(&#8220;ls &#8221; $1)}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dieinzige</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6389</link>
		<dc:creator>Dieinzige</dc:creator>
		<pubDate>Thu, 10 Sep 2009 10:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6389</guid>
		<description>=)</description>
		<content:encoded><![CDATA[<p>=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In reply to latest articles in Thoughtbot blog &#124; Dmytro Shteflyuk's Home</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6388</link>
		<dc:creator>In reply to latest articles in Thoughtbot blog &#124; Dmytro Shteflyuk's Home</dc:creator>
		<pubDate>Thu, 10 Sep 2009 10:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6388</guid>
		<description>[...] robots, we have a reply to your outstanding articles: A wonderful way to list your project files. Please read it carefully, you definitely will find something useful for you! Thanks to @labria for [...]</description>
		<content:encoded><![CDATA[<p>[...] robots, we have a reply to your outstanding articles: A wonderful way to list your project files. Please read it carefully, you definitely will find something useful for you! Thanks to @labria for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandr Koss</title>
		<link>http://blog.startika.com/2009/09/10/a-wonderful-way-to-list-your-project-files/comment-page-1/#comment-6387</link>
		<dc:creator>Aleksandr Koss</dc:creator>
		<pubDate>Thu, 10 Sep 2009 10:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.startika.com/?p=144#comment-6387</guid>
		<description>Unbelievable! Thank you very much! I&#039;ll know now!</description>
		<content:encoded><![CDATA[<p>Unbelievable! Thank you very much! I&#8217;ll know now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

