[linux] Re: wav2mp3

Raymond A. Meijer raymond op psytrance.org
Vr Jun 24 13:15:46 CEST 2005


On Fri, 24 Jun 2005, 13:11, Hans Paijmans wrote:

> > find . -type f -name "*.wav" | while read wavefile
> > 	do
> > 	 newfile="$(echo ${wavefile} | sed "s|.wav||g")"
> > 	 lame opties "${wavefile}" "${newfile}.mp3"
> > 	done

> Is dit de eerste inzending voor de obfuscated shell programming
> wedstrijd?

Het valt me nog mee dat er geen 'useless cat' in zit :P


Ray

-- 
You cannot discover new oceans unless
you have the courage to lose sight of
the shore



More information about the Linux mailing list