Hey guys! I want to execute the following command:
mpg123 -w test.wav test.mp3 However, I'd like to do it for many files. I tried the following but it output everything to the same file: *.wav. mpg123 -w *.wav *.mp3 Is there a way to capture the expanded group and reference it in the command so it will output a wav file with the same name as the mp3 file? Does that make sense? Thanks, Joshua -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
