I tried to remove part of a common pattern from a group of folders with a quick &#39;rename&#39; command.  It didn&#39;t work.<br><br>Within the same folder, several subfolders have names containing &quot; -- Jamendo - MP3 VBR&quot;, and I wanted to remove everything in the names that began with that string.  So, I tried the rename command:<br>
<br>rename \ --\ Jamendo* _folder *Jamendo\ -\ MP3*<br><br>And this tacked the intended replacement text, &quot;_folder&quot; onto the end of the intended removal text, &quot; -- Jamendo*&quot;, but it managed to match all the intended folders.  So escaping the spaces seemed to work only part of the time.  Why?<br>
<br><br>