Quote:
Originally Posted by nekokami
Now that I think about it, commas and periods are legal in unix file names, so there shouldn't be a problem. I just need to get rid of the spaces....
|
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.