int wrote: >prova quest'altro. >find mp3_dir -iname '*.mp3' | while read file >do > eval `echo quit | mplayer -slave -identify -ao null -vo null \ > -nosound -novideo $file 2>/dev/null |grep ID_AUDIO_BITRATE` > test $ID_AUDIO_BITRATE -gt 128000 && cd `dirname $file` && \ > lame -m s -b 128 `basename $file` >done > Stesso errore :( non va
-- Vito Russo - Project Manager russo.le.it http://russo.le.it http://linux.le.it http://windows.le.it http://coding.le.it http://bsd.le.it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

