View Single Post
Old 10-16-2007, 05:23 PM   #15
ender`
Junior Member
ender` has a complete set of Star Wars action figures.ender` has a complete set of Star Wars action figures.ender` has a complete set of Star Wars action figures.ender` has a complete set of Star Wars action figures.
 
Posts: 1
Karma: 375
Join Date: Sep 2007
Device: iRex iLiad 2nd edition
Quote:
Originally Posted by nekokami View Post
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.
Attached Files
File Type: zip convertlit_script.zip (670 Bytes, 665 views)
ender` is offline   Reply With Quote