> A nice bash for loop with a file wildcard will do it... > > As will the RENAME command... > > "find" also will work with -exec... > > Ah the possibilities with Linux... > > -JMS Missed most of this, but perhaps you are interested in a one liner like for a in <wildcard>; do mv $a <somepart>$a<somepart>; done Paul
- [newbie] Mass-copying to different filenames baitfish
- Re: [newbie] Mass-copying to different filenames Randy Kramer
- Re: [newbie] Mass-copying to different filenam... Sridhar Dhanapalan
- Re: [newbie] Mass-copying to different fil... Randy Kramer
- RE: [newbie] Mass-copying to different... Jose M. Sanchez
- Re: [newbie] Mass-copying to different... Sridhar Dhanapalan
- RE: [newbie] Mass-copying to diff... Jose M. Sanchez
- Paul
