On Sun, Mar 23, 2003 at 04:56:59PM +0100, Renat Golubchyk wrote: > Try this one: > > for file in $( find . -name '*.tga' | sort ) > do > output=$(echo $file | sed s/tga$/png/) > convert $file $output > done
that does it! thanks for the quick reply! Cheers Adam -- [EMAIL PROTECTED] mailing list
