<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/noah/tags/perl</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 15:32:45 GMT</pubDate>
<item>
<title>(Bash) Search and replace with perl - noah</title>
<link>http://snipplr.com/view/10540/search-and-replace-with-perl/</link>
<description><![CDATA[ <p>Replace all the occurrences of a string with a replacement in the supplied files.</p> ]]></description>
<pubDate>Wed, 17 Dec 2008 00:22:35 GMT</pubDate>
<guid>http://snipplr.com/view/10540/search-and-replace-with-perl/</guid>
</item>
<item>
<title>(Bash) Perl Search and Replace One-liner with xargs -0 - noah</title>
<link>http://snipplr.com/view/5078/perl-search-and-replace-oneliner-with-xargs-0/</link>
<description><![CDATA[ <p>\Q...\E perl quoting means no ugly escaping in the regex. find's -print0 with xargs -0 is the secret to handling files with spaces in their names.</p> ]]></description>
<pubDate>Fri, 15 Feb 2008 14:02:45 GMT</pubDate>
<guid>http://snipplr.com/view/5078/perl-search-and-replace-oneliner-with-xargs-0/</guid>
</item>
<item>
<title>(Perl) Count directory entries in given directories - noah</title>
<link>http://snipplr.com/view/4542/count-directory-entries-in-given-directories/</link>
<description><![CDATA[ <p>In response to a very simplistic solution suggestion using Shell, here is a basic version of what I use. The advantage of the solution below is that it is supposed to be much faster on directories with many files (I regularly use its full-blown version on directories with tens and hundreds of thousands of files).</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 18:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/4542/count-directory-entries-in-given-directories/</guid>
</item>
</channel>
</rss>
