On Sep 1 2007 00:41, primm wrote:
>
>I've 800 or so files and folders in a folder called nonmembers. I
>mkdir another folder in the folder nonmembers called members. I want
>to copy all the 800 files in nonmembers to members. I'm in the
>nonmembers folder at the command line. What do I type?

rsync -AHPSXav --exclude=members * members/;

>Sounds easy doesn't it.

Indeed, I am not sure why everyone tries to use cp, ls, grep and
pipes.



        Jan
-- 
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to