<?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: Top fifteen Perl one liners</title>
	<atom:link href="http://linuxgravity.com/top-fifteen-perl-oneliners/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxgravity.com/top-fifteen-perl-oneliners</link>
	<description>Linux tutorials, guides, howtos, tips, tricks and hacks</description>
	<lastBuildDate>Mon, 09 May 2011 19:56:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MIchael</title>
		<link>http://linuxgravity.com/top-fifteen-perl-oneliners/comment-page-1#comment-256</link>
		<dc:creator>MIchael</dc:creator>
		<pubDate>Wed, 19 May 2010 16:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=121#comment-256</guid>
		<description>If I were using this:
perl -wnl -e &#039;/Linux/ and print;&#039; /etc/* 
How can I print, instead of all the code inside the file, but all the directories and filenames where its found?</description>
		<content:encoded><![CDATA[<p>If I were using this:<br />
perl -wnl -e &#8216;/Linux/ and print;&#8217; /etc/*<br />
How can I print, instead of all the code inside the file, but all the directories and filenames where its found?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ydo</title>
		<link>http://linuxgravity.com/top-fifteen-perl-oneliners/comment-page-1#comment-151</link>
		<dc:creator>Ydo</dc:creator>
		<pubDate>Thu, 08 Oct 2009 19:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=121#comment-151</guid>
		<description>Hmm, looks to me 11 and 15 are actually the same.
And 3 and 8 would be quicker with
3.   grep -v ^$ report.txt
8.   grep ^[0-9] data 
but then again, I&#039;m not that into perl for these kind of operations. I&#039;m a big awk and sed fan...</description>
		<content:encoded><![CDATA[<p>Hmm, looks to me 11 and 15 are actually the same.<br />
And 3 and 8 would be quicker with<br />
3.   grep -v ^$ report.txt<br />
8.   grep ^[0-9] data<br />
but then again, I&#8217;m not that into perl for these kind of operations. I&#8217;m a big awk and sed fan&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

