<?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: Don&#8217;t forget Perl one liners</title>
	<atom:link href="http://altentee.com/2007/dont-forget-perl-one-liners/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2007/dont-forget-perl-one-liners/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Fri, 13 Aug 2010 04:08:44 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Satish</title>
		<link>http://altentee.com/2007/dont-forget-perl-one-liners/comment-page-1/#comment-19</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/dont-forget-perl-one-liners/#comment-19</guid>
		<description>Good work All. Kudos.</description>
		<content:encoded><![CDATA[<p>Good work All. Kudos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2007/dont-forget-perl-one-liners/comment-page-1/#comment-18</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/dont-forget-perl-one-liners/#comment-18</guid>
		<description>This will delete the inplace backup (unavoidable on windoze) and increment an iteration/file counter $i

perl -pi.bak -e &quot; $i++;$i= sprintf( &#039;%05d&#039;, $i);BEGIN{@BAK=map{$_.$^I}@ARGV=glob qq(@ARGV)} s/FRED\d+</description>
		<content:encoded><![CDATA[<p>This will delete the inplace backup (unavoidable on windoze) and increment an iteration/file counter $i</p>
<p>perl -pi.bak -e &#8221; $i++;$i= sprintf( &#8216;%05d&#8217;, $i);BEGIN{@BAK=map{$_.$^I}@ARGV=glob qq(@ARGV)} s/FRED\d+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2007/dont-forget-perl-one-liners/comment-page-1/#comment-17</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 04 Jun 2007 20:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/dont-forget-perl-one-liners/#comment-17</guid>
		<description>That&#039;s a fair call Stuart. I guess it&#039;s a fine line between keeping it a perl one liner, or just writing a perl script to boot... I also use awk, particularly for server monitoring stats on Solaris, or any time I am piping output from a Unix box. Out of curiousity, what windows port do you use for awk?</description>
		<content:encoded><![CDATA[<p>That&#8217;s a fair call Stuart. I guess it&#8217;s a fine line between keeping it a perl one liner, or just writing a perl script to boot&#8230; I also use awk, particularly for server monitoring stats on Solaris, or any time I am piping output from a Unix box. Out of curiousity, what windows port do you use for awk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://altentee.com/2007/dont-forget-perl-one-liners/comment-page-1/#comment-16</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/dont-forget-perl-one-liners/#comment-16</guid>
		<description>Personally, I am a big fan of AWK for my text processing needs. It has a smaller learning curve for those who don&#039;t already know Perl, is found on all flavours of Unix, and is available for Windows.

Cheers,
Stuart.</description>
		<content:encoded><![CDATA[<p>Personally, I am a big fan of AWK for my text processing needs. It has a smaller learning curve for those who don&#8217;t already know Perl, is found on all flavours of Unix, and is available for Windows.</p>
<p>Cheers,<br />
Stuart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://altentee.com/2007/dont-forget-perl-one-liners/comment-page-1/#comment-15</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Fri, 18 May 2007 01:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2007/dont-forget-perl-one-liners/#comment-15</guid>
		<description>I&#039;ll back that up... They are so quick and powerful, and I use them in my shell scripts for manipulating text files as often as I can.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll back that up&#8230; They are so quick and powerful, and I use them in my shell scripts for manipulating text files as often as I can.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
