Subject: Re: changing a group of file name extensions To: None <netbsd-help@netbsd.org> From: Christos Zoulas <christos@zoulas.com> List: netbsd-help Date: 05/21/1999 04:17:47
In article <Pine.SOL.3.96.990520225132.23545A-100000@bitter.mit.edu> mcmahill@mtl.mit.edu writes:
>
>
>What shell were those commands done under?
>
bourne...
csh syntax is
foreach i (*.cpp)
mv $i $i:r.c
end
christos