Special characters in filenames
I have a directory full of wav files I need to convert using lame. If I try the obvious 'lame *.wav' I get an error because the filenames globbed with *.wav are full of spaces and dashes. using "*.wav" or '*.wav' both fail.
I know I've seen this before, but can't find an answer. Can you help?
Thanks
|