Mailinglist Archive: opensuse (2114 mails)
| < Previous | Next > |
Re: [opensuse] silly girls' cli copy problem
- From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
- Date: Sat, 1 Sep 2007 08:13:05 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0709010811380.11617@xxxxxxxxxxxxxxxxxxxxxxxxx>
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |