[lug] Image conversion.

Archer Sully archer at meer.net
Sat Dec 23 17:36:32 MST 2000


"Scott A. Herod" wrote:
> 
> Looks like ppmtogif wants a file name so try
> 
> foreach file ( *.bmp )
> set outfile=`echo $file | sed 's/bmp/ppm/'`
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Ghastly.  

set outfile="`basename $file .bmp`".gif

-- a




More information about the LUG mailing list