[X-Unix] Re: X-Unix Digest, Vol 7, Issue 8

Peter Dyballa Peter_Dyballa at Web.DE
Fri Mar 25 06:04:00 PST 2005


Am 24.03.2005 um 04:40 schrieb 
x-unix-request at listserver.themacintoshguy.com:

> and need to be able to strip all of them of :   .tif

In Terminal:

cd <dir with tifs>
for TIFF in *.tif
	do
	mv $TIFF `basename $TIFF .tif`
done

--
Greetings

   Pete



More information about the X-Unix mailing list