ext4 allows certain chars in filenames which ntfs doesn't. Is there a script to replace those chars in filenames?
|
feedback
|
|
The following should replace all disallowed characters in filenames with underscores. Note that this may cause multiple files to be renamed to the same thing. For example, if you had two files called
This command is valid for the perl version of rename, which is what Debian provides. Your distro may provide a version of rename with a slightly different syntax. | |||||||||
feedback
|
pathchkmay help. It doesn't do the conversion, but should tell you if a file needs converting. – Mikel May 7 '11 at 6:48