for I in *.mp3 do mpg123 --wav "$I".wav "$I" oggenc "$I".wav && rm "$I".wav && rm "$I" done