<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Mountains of Obfuscation</title>
	<atom:link href="http://twoguysarguing.wordpress.com/2012/02/26/mountains-of-obfuscation/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoguysarguing.wordpress.com/2012/02/26/mountains-of-obfuscation/</link>
	<description>colorful back and forth from two highly opinionated programmers</description>
	<lastBuildDate>Fri, 17 May 2013 10:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matteo Casalino</title>
		<link>http://twoguysarguing.wordpress.com/2012/02/26/mountains-of-obfuscation/#comment-714</link>
		<dc:creator><![CDATA[Matteo Casalino]]></dc:creator>
		<pubDate>Thu, 06 Dec 2012 13:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1333#comment-714</guid>
		<description><![CDATA[assuming the translation file to be a list of tab-separated pairs of strings:

sed -e &#039;s/\([^\t]*\)\t\([^\t]*\)/s\/\1\/\2\/g/g&#039; translation_file &gt; script
fgrep -rlZ &quot;$(cat translation_file &#124; cut -f 1)&quot; root_dir &#124; xargs -0 sed -i -f script]]></description>
		<content:encoded><![CDATA[<p>assuming the translation file to be a list of tab-separated pairs of strings:</p>
<p>sed -e &#8216;s/\([^\t]*\)\t\([^\t]*\)/s\/\1\/\2\/g/g&#8217; translation_file &gt; script<br />
fgrep -rlZ &#8220;$(cat translation_file | cut -f 1)&#8221; root_dir | xargs -0 sed -i -f script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heath Borders</title>
		<link>http://twoguysarguing.wordpress.com/2012/02/26/mountains-of-obfuscation/#comment-659</link>
		<dc:creator><![CDATA[Heath Borders]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 05:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=1333#comment-659</guid>
		<description><![CDATA[The simplest way first. Read the translation file into memory, create a map from old to new uids. Scan all the folders looking for uids and replace them.]]></description>
		<content:encoded><![CDATA[<p>The simplest way first. Read the translation file into memory, create a map from old to new uids. Scan all the folders looking for uids and replace them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
