<?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>
	<pubDate>Thu, 11 Mar 2010 01:30:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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-127</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-127</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-125</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-125</guid>
		<description>Hi Labria,

Point well taken. "tail" is part of any developer's toolbox.

I never had a formal computer science education and have picked up scraps of UNIX on the job.

The latest post wasn't about tail so much as an application of it that I've found helpful recently while debugging some testing issues in Rails.

It's probably basic, but I don'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'm not wasting anyone's time, and in the theme of "this has been working for me; I hope it comes in handy for someone else, too."

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-124</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-124</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-123</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-123</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-122</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-122</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-121</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-121</guid>
		<description>find app -type d &#124; sort &#124; awk '{print "\n"$1":"; system("ls " $1)}'</description>
		<content:encoded><![CDATA[<p>find app -type d | sort | awk &#8216;{print &#8220;\n&#8221;$1&#8243;:&#8221;; system(&#8221;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-120</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-120</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-119</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-119</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-118</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-118</guid>
		<description>Unbelievable! Thank you very much! I'll know now!</description>
		<content:encoded><![CDATA[<p>Unbelievable! Thank you very much! I&#8217;ll know now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
