On 02/09/2011 12:56:09 PM, Neil Bothwick wrote:
> On Wed, 9 Feb 2011 13:38:37 +0200, Kfir Lavi wrote:
> 
> > Another way to do it is with find:
> > find /home/mark/Builder -type f -iname '*csv' -exec cp {}
> > ~mark/CorrelationTests \;
> 
> Replace \; with + for a faster process, as Mark said there are
> hundreds
> of these files.
> 
> Or, if you use zsh instead of bash, it can be as simple as
> 
> cp Builder/**/*.csv CorrelationTests
> 
There is a problem with this approach, though.
It can easily give "command line too long".

Helmut.

Reply via email to