<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Remove white space from file name and rename it with bash command</title>
	<atom:link href="http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 10:11:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1719</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 28 Mar 2009 02:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxconfig.org/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1719</guid>
		<description>Actually, it&#039;s not even a bash command, as the same exact code will work in a vanilla Bourne shell.  If there&#039;s one thing that irks me about some Linux users, it&#039;s assuming all shell scripting is bash scripting.  There are other shells out there, some older than bash.

I&#039;d like to see if there&#039;s a way to modify this to be more specific.  For example, only change the spaces to underscores for all files matching N*

Very nice as it is, though.  Thanks!</description>
		<content:encoded><![CDATA[<p>Actually, it&#8217;s not even a bash command, as the same exact code will work in a vanilla Bourne shell.  If there&#8217;s one thing that irks me about some Linux users, it&#8217;s assuming all shell scripting is bash scripting.  There are other shells out there, some older than bash.</p>
<p>I&#8217;d like to see if there&#8217;s a way to modify this to be more specific.  For example, only change the spaces to underscores for all files matching N*</p>
<p>Very nice as it is, though.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic</title>
		<link>http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1718</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Fri, 20 Feb 2009 05:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxconfig.org/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1718</guid>
		<description>I was in the same problem. Just remember John, its a bash command not a script. I do the aclaration because I was confused once about scripts and commands. Thanx linuxconfig!!</description>
		<content:encoded><![CDATA[<p>I was in the same problem. Just remember John, its a bash command not a script. I do the aclaration because I was confused once about scripts and commands. Thanx linuxconfig!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1716</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 06 Dec 2008 17:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxconfig.org/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-1716</guid>
		<description>Thank you for posting this bit of code.  I&#039;ve been having all sorts of problems with a bash script today only to find out it was because the file names contained white spaces.  This script of yours completely fixed my problem.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this bit of code.  I&#8217;ve been having all sorts of problems with a bash script today only to find out it was because the file names contained white spaces.  This script of yours completely fixed my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-792</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Sun, 10 Aug 2008 21:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxconfig.org/remove-white-space-from-file-name-and-rename-it-with-bash-command/#comment-792</guid>
		<description>Google is great, but would be nothing without you! Thanks for the awesome tip.</description>
		<content:encoded><![CDATA[<p>Google is great, but would be nothing without you! Thanks for the awesome tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
