> > > Lets try another realistic example:
> > > 
> > >     cp -uvp ab* cde*.f* g? h/*.i? j/kl   /m
> > > What's the find | cpio invocation for that?  When you come up with it, it
> > 
> >     echo ab* cde*.f* g? h/*.i? j/kl   /m | cpio ...
> > 
> >     Messy - No, Portable - Yes.
> 
> BZZZZT - wrong.  cp flattens the hierarchy, cpio does not.  I think 
> this was a trick question :*P

Yes.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to