<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.iwillfearnoevil.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bash_rename_files</id>
	<title>Bash rename files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bash_rename_files"/>
	<link rel="alternate" type="text/html" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Bash_rename_files&amp;action=history"/>
	<updated>2026-06-22T21:55:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Bash_rename_files&amp;diff=646&amp;oldid=prev</id>
		<title>Chubbard: Created page with &quot;==Rename files that have reserved characters==  When ls is showing that funny diamond-question value in the output or you see a litteral $ in the filename, here is the fix I was able to use... &lt;pre&gt; ls output via -b N\343o_Wave   via ls -i 213764100 'N'$'\343''o_Wave'  # Use the inode value to move the file to something typable find . -maxdepth 1 -inum 213764100 -exec mv {} N_o_Wave \; &lt;/pre&gt;  Category:Bash&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.iwillfearnoevil.com/mediawiki/index.php?title=Bash_rename_files&amp;diff=646&amp;oldid=prev"/>
		<updated>2025-04-03T21:43:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Rename files that have reserved characters==  When ls is showing that funny diamond-question value in the output or you see a litteral $ in the filename, here is the fix I was able to use... &amp;lt;pre&amp;gt; ls output via -b N\343o_Wave   via ls -i 213764100 &amp;#039;N&amp;#039;$&amp;#039;\343&amp;#039;&amp;#039;o_Wave&amp;#039;  # Use the inode value to move the file to something typable find . -maxdepth 1 -inum 213764100 -exec mv {} N_o_Wave \; &amp;lt;/pre&amp;gt;  &lt;a href=&quot;/mediawiki/index.php?title=Category:Bash&quot; title=&quot;Category:Bash&quot;&gt;Category:Bash&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Rename files that have reserved characters==&lt;br /&gt;
&lt;br /&gt;
When ls is showing that funny diamond-question value in the output or you see a litteral $ in the filename, here is the fix I was able to use...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ls output via -b&lt;br /&gt;
N\343o_Wave &lt;br /&gt;
&lt;br /&gt;
via ls -i&lt;br /&gt;
213764100 'N'$'\343''o_Wave'&lt;br /&gt;
&lt;br /&gt;
# Use the inode value to move the file to something typable&lt;br /&gt;
find . -maxdepth 1 -inum 213764100 -exec mv {} N_o_Wave \;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Bash]]&lt;/div&gt;</summary>
		<author><name>Chubbard</name></author>
	</entry>
</feed>