<div dir="ltr"><p>Since there is a serious bug in Nautilus, that adds the very unnecessary text "Link to " to a link created with Ctrl+Shift+Drag&Drop, I searched the Internet for a way to remove that ridiculous part of the file name, and I came up with this:<br>
</p><p>rename -v 's/Länk till //' *</p><p>Or, if your language is English:</p><p>rename -v 's/Link to //' *</p><p>However, there doesn't seem to be an option for recursivity built in to that command. I am not good with scripts, but I am sure there is a way around that.</p>
<p>What could I add to this command to also make it work in all the subfolders of the current folder?</p><p>J.R.<br><br><br><br><br></p></div>