On Monday 08 March 2004 4:05 pm, Ken Brush wrote: > Try using basename > Here's the example: > > for i in `ls *.wav`; do echo -e "$i"; sox $i `basename $i .wav`.cdr; done
OMG that is cool. There are more weird little specialized unix commands than I shall ever know. :) -- ~~~~~~~~~~~~~~~~~~~~~~~~~ Carla Schroder www.tuxcomputing.com this message brought to you by Libranet 2.8 and Kmail ~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ PDXLUG mailing list [EMAIL PROTECTED] http://pdxlug.org/mailman/listinfo/pdxlug
