On Sat, 21 Apr 2001 14:06:04 +0100, Brian Somers wrote: > How do you do this in a script: > > cd /topdir; find . -type f | xargs -i {} cp {} /otherdir/. for i in `find /path/to/source -type f`; do cp $i /path/to/dest/ done What's all the fuss about? Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: cp -d dir patch for review (or 'xargs'?) Ben Smithurst
- Re: cp -d dir patch for review (or 'xargs'?) Mike Smith
- Re: cp -d dir patch for review (or 'xargs'?) Jens Schweikhardt
- Re: cp -d dir patch for review (or 'xargs'?) Oliver Fromme
- Re: cp -d dir patch for review (or 'xargs... Brian Somers
- Re: cp -d dir patch for review (or 'xargs'?) Rodney W. Grimes
- Re: cp -d dir patch for review (or 'xargs'?) Brian Dean
- Re: cp -d dir patch for review (or 'xargs'?) Brad Huntting
- Re: cp -d dir patch for review (or 'xargs'?) Rodney W. Grimes
- Re: cp -d dir patch for review (or 'xargs... Brian Somers
- Re: cp -d dir patch for review (or 'x... Sheldon Hearn
- Re: cp -d dir patch for review (... Oliver Fromme
- Re: cp -d dir patch for revi... Sheldon Hearn
- Re: cp -d dir patch for revi... Oliver Fromme
- Re: cp -d dir patch for revi... Sheldon Hearn
- Re: cp -d dir patch for revi... Brian Dean
- Re: cp -d dir patch for revi... Oliver Fromme
- Re: cp -d dir patch for revi... Karsten W. Rohrbach
- Re: cp -d dir patch for revi... Brian Somers
- Re: cp -d dir patch for revi... Jordan Hubbard
- Re: cp -d dir patch for revi... Oliver Fromme