Batch conversion WAV-MP3 (whoops)

Tim Chase blinux.list at thechases.com
Tue Apr 12 13:09:44 UTC 2005


> find . -name "* *" | sed -e 's/ /\\ /g' -e 's/\(.*\).wav/lame
> \1.wav \1.mp3/' | sh

Sorry...forgot to take out my testing for files that had spaces 
in them before I copied it into the email.  That "* *" should be 
"*.wav", making it

find . -name "*.wav" | sed -e 's/ /\\ /g' -e 's/\(.*\).wav/lame
\1.wav \1.mp3/' | sh

Appologies.

-tim








More information about the Blinux-list mailing list