> -----Original Message-----
> From: Kevin D. Clark [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 5:31 PM
> To: Charles Farinella
> Cc: [EMAIL PROTECTED]
> Subject: Re: convert large number of graphics
> 
 [...]
> 
> 
> for A in `find /yourdir \( -name \*.bmp -o -name \*.BMP \) 
> -print` ; do
>   bmptoppm $A | ppmtojpeg >`echo $A | sed 's/\.bmp/.jpg/i'`
> done

Just out of curiosity, is the only difference between using
"find" and "ls -R" (in this particular case) that you can
use more than one glob argument?


Erik
_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to