<?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/language/bash/tags/replace</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:12:05 GMT</pubDate>
<item>
<title>(Bash) Perl Search and Replace One-liner with xargs -0 - ches</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>(Bash) Remove whitespace at EOL in multiple files - sebastian_bergmann</title>
<link>http://snipplr.com/view/4742/remove-whitespace-at-eol-in-multiple-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:03:38 GMT</pubDate>
<guid>http://snipplr.com/view/4742/remove-whitespace-at-eol-in-multiple-files/</guid>
</item>
<item>
<title>(Bash) Replace string in multiple files - sebastian_bergmann</title>
<link>http://snipplr.com/view/4741/replace-string-in-multiple-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:01:52 GMT</pubDate>
<guid>http://snipplr.com/view/4741/replace-string-in-multiple-files/</guid>
</item>
<item>
<title>(Bash) Edit all files containing a given pattern - collin</title>
<link>http://snipplr.com/view/1695/edit-all-files-containing-a-given-pattern/</link>
<description><![CDATA[ <p>Using this command makes it easy to do a project-wide search-and-replace</p> ]]></description>
<pubDate>Mon, 20 Nov 2006 08:51:32 GMT</pubDate>
<guid>http://snipplr.com/view/1695/edit-all-files-containing-a-given-pattern/</guid>
</item>
<item>
<title>(Bash) One line global string replacement with sed - yuconner</title>
<link>http://snipplr.com/view/986/one-line-global-string-replacement-with-sed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Aug 2006 22:10:52 GMT</pubDate>
<guid>http://snipplr.com/view/986/one-line-global-string-replacement-with-sed/</guid>
</item>
</channel>
</rss>