<?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: Replace string in file names, bash one-liner</title>
	<atom:link href="http://www.alecjacobson.com/weblog/?feed=rss2&#038;p=677" rel="self" type="application/rss+xml" />
	<link>http://www.alecjacobson.com/weblog/?p=677</link>
	<description>In a few words, explain what this blog is about...or else</description>
	<lastBuildDate>Sat, 25 May 2013 00:49:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: ajx</title>
		<link>http://www.alecjacobson.com/weblog/?p=677&#038;cpage=1#comment-13455</link>
		<dc:creator>ajx</dc:creator>
		<pubDate>Fri, 15 Mar 2013 14:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.alecjacobson.com/weblog/?p=677#comment-13455</guid>
		<description>The $ means that it should match .wav.mp3 only at the end of the file name. So a file called foo.wav.mp3.bar.zip would not be matched.</description>
		<content:encoded><![CDATA[<p>The $ means that it should match .wav.mp3 only at the end of the file name. So a file called foo.wav.mp3.bar.zip would not be matched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeeShell</title>
		<link>http://www.alecjacobson.com/weblog/?p=677&#038;cpage=1#comment-13454</link>
		<dc:creator>DeeShell</dc:creator>
		<pubDate>Fri, 15 Mar 2013 13:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alecjacobson.com/weblog/?p=677#comment-13454</guid>
		<description>Hi, 

thanks for the great hint!
Just a question: why do we need to use the $ symbol just after mp3? What if I avoid to use it? It seems it&#039;s something about &quot;length&quot; of the two strings...

Thanks for answer.

Danilo</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for the great hint!<br />
Just a question: why do we need to use the $ symbol just after mp3? What if I avoid to use it? It seems it&#8217;s something about &#8220;length&#8221; of the two strings&#8230;</p>
<p>Thanks for answer.</p>
<p>Danilo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
