Re: Batch conversion WAV-MP3 (whoops)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]