<?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: m4a (acc) to mp3</title>
	<atom:link href="http://www.michaelwood.me.uk/wordpress/2006/10/19/m4a-acc-to-mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwood.me.uk/wordpress/2006/10/19/m4a-acc-to-mp3/</link>
	<description>Tech stuff</description>
	<lastBuildDate>Sat, 10 Sep 2011 23:15:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.michaelwood.me.uk/wordpress/2006/10/19/m4a-acc-to-mp3/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Oct 2006 09:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwood.me.uk/wordpress/?p=23#comment-32</guid>
		<description>Thanks I was searching for that functionality that makes it neater. Although my sources tell me that using the backticks and sed should make it more portable, as in, works in all implimentations of bourne shell.</description>
		<content:encoded><![CDATA[<p>Thanks I was searching for that functionality that makes it neater. Although my sources tell me that using the backticks and sed should make it more portable, as in, works in all implimentations of bourne shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Greenwood</title>
		<link>http://www.michaelwood.me.uk/wordpress/2006/10/19/m4a-acc-to-mp3/#comment-31</link>
		<dc:creator>Neil Greenwood</dc:creator>
		<pubDate>Thu, 19 Oct 2006 08:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwood.me.uk/wordpress/?p=23#comment-31</guid>
		<description>The line
newfile=`echo $m4afile &#124; sed -e &#039;s/.m4a//g&#039;`
can be replaced by
newfile=${m4afile//.m4a/}


See http://www.raphink.info/string-edition-in-bash-replacements for more info.</description>
		<content:encoded><![CDATA[<p>The line<br />
newfile=`echo $m4afile | sed -e &#8216;s/.m4a//g&#8217;`<br />
can be replaced by<br />
newfile=${m4afile//.m4a/}</p>
<p>See <a href="http://www.raphink.info/string-edition-in-bash-replacements">http://www.raphink.info/string-edition-in-bash-replacements</a> for more info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

