Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!uwvax!cottage!lm From: lm@cottage.WISC.EDU (Larry McVoy) Newsgroups: comp.unix.questions Subject: Re: Renaming groups of files Message-ID: <3648@spool.WISC.EDU> Date: Fri, 5-Jun-87 12:44:55 EDT Article-I.D.: spool.3648 Posted: Fri Jun 5 12:44:55 1987 Date-Received: Tue, 9-Jun-87 07:07:24 EDT References: <2271@calmasd.GE.COM> Sender: news@spool.WISC.EDU Reply-To: lm@cottage.WISC.EDU (Larry McVoy) Distribution: world Organization: U of Wisconsin CS Dept Lines: 20 In article <2271@calmasd.GE.COM> jmm@calmasd.UUCP (James Moore) writes: >What's the best way to go about renaming groups of files Boy, do I have a deal for you: if what you want is to do stuff like % mov *.c *.c++ or % mv a.* b.* or anything similar, I have written just such a tool. It uses the regex stuff that was posted a while ago and forks off a bunch of mv's to do the work (a little slow, I know, but reasonable). It was inspired by something called "mved.sh" that was too slow to be really useful. I'll mail you the source, if I get any other requests, I'll post to net.sources (or whatever it's called these days). Larry McVoy lm@cottage.wisc.edu or uwvax!mcvoy