<?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: How to Move Files and Folders with Spaces on Linux	</title>
	<atom:link href="https://www.tecmint.com/linux-move-files-with-spaces/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-move-files-with-spaces/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 23 Jan 2025 06:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/linux-move-files-with-spaces/comment-page-1/#comment-2264534</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 23 Jan 2025 06:36:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=59280#comment-2264534</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-move-files-with-spaces/comment-page-1/#comment-2263579&quot;&gt;Bill Poser&lt;/a&gt;.

@Bill,

Thank you for sharing your approach! 

Renaming files to replace spaces with underscores is a great way to avoid issues with file paths. The `&lt;strong&gt;rename&lt;/strong&gt;` utility is indeed a handy tool for this, and using it to replace spaces with underscores can make handling files much smoother, especially in scripts or command-line operations. 

It&#039;s always good to have multiple methods to handle file naming conventions. 

Appreciate the tip!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-move-files-with-spaces/comment-page-1/#comment-2263579">Bill Poser</a>.</p>
<p>@Bill,</p>
<p>Thank you for sharing your approach! </p>
<p>Renaming files to replace spaces with underscores is a great way to avoid issues with file paths. The `<strong>rename</strong>` utility is indeed a handy tool for this, and using it to replace spaces with underscores can make handling files much smoother, especially in scripts or command-line operations. </p>
<p>It&#8217;s always good to have multiple methods to handle file naming conventions. </p>
<p>Appreciate the tip!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bill Poser		</title>
		<link>https://www.tecmint.com/linux-move-files-with-spaces/comment-page-1/#comment-2263579</link>

		<dc:creator><![CDATA[Bill Poser]]></dc:creator>
		<pubDate>Mon, 20 Jan 2025 20:28:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=59280#comment-2263579</guid>

					<description><![CDATA[Another approach, which I often use, is to rename the files so that their names do not contain white space, for which I usually use the rename utility, e.g.: &lt;code&gt;rename &#039;s/ /_/g&#039;&lt;/code&gt; which replaces spaces with underscores.]]></description>
			<content:encoded><![CDATA[<p>Another approach, which I often use, is to rename the files so that their names do not contain white space, for which I usually use the rename utility, e.g.: <code>rename 's/ /_/g'</code> which replaces spaces with underscores.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
