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
_______________________________________________ Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list