Re: Recursive copies of selected files

2004-09-17 Thread Frank Gevaerts
On Fri, Sep 17, 2004 at 06:28:13AM -0700, Bill Moseley wrote: > On Thu, Sep 16, 2004 at 06:09:22PM -0700, Stefan O'Rear wrote: > > > I needed to copy a bunch of files from a directory tree -- but only > > > selected files (say all regular files that end in .foo). I want the > > > destination tree

Re: Recursive copies of selected files

2004-09-17 Thread Bill Moseley
On Thu, Sep 16, 2004 at 06:09:22PM -0700, Stefan O'Rear wrote: > > I needed to copy a bunch of files from a directory tree -- but only > > selected files (say all regular files that end in .foo). I want the > > destination tree to be created. find(1) is what I find most useful > > for specifying

Re: Recursive copies of selected files

2004-09-16 Thread Stefan O'Rear
On Thu, Sep 16, 2004 at 03:37:42PM -0700, Bill Moseley wrote: > This is going to be a "doh!" question, I'm sure. > > I needed to copy a bunch of files from a directory tree -- but only > selected files (say all regular files that end in .foo). I want the > destination tree to be created. find(1)