What's the canonical method of renaming several files at once? In
this case I have a directory of files ending in '.z' which I want to
rename to ending in '.Z'.
DOS command.com could do this with move/ren and wildcards, but
that won't work under unix. Can you do it easily with a short bourne
shell script? Something like: for each file in directory do (strip old
extension, add new extension, pass --> to mv)?
-Alex
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]