<?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/Bash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 14:46:50 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) SVN Add Recursively - noah</title>
<link>http://snipplr.com/view/5745/svn-add-recursively/</link>
<description><![CDATA[ <p>This adds all new files to SVN recursively. It doesn't work for files that have spaces in their name, but why would you create a file with a space in its name in the first place?</p> ]]></description>
<pubDate>Tue, 08 Apr 2008 02:54:09 GMT</pubDate>
<guid>http://snipplr.com/view/5745/svn-add-recursively/</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>
</channel>
</rss>
