Quote:
Originally Posted by ender`
Actually, the only diallowed characters in Unix filenames are / and nul (0x00). It's just that you need to quote the variables if you expect them to contain spaces. Anyway, here's a fix for the convertlit script that makes it work with spaces in file (and directory) names.
|
Thank you!
My scripting skills aren't quite that advanced yet. I'll do some testing tomorrow and update the first post.