Mailinglist Archive: opensuse (2114 mails)
| < Previous | Next > |
Re: [opensuse] silly girls' cli copy problem
- From: primm <lynn@xxxxxxxxxxxx>
- Date: Sun, 2 Sep 2007 23:17:07 +0200
- Message-id: <200709022317.07525.lynn@xxxxxxxxxxxx>
I also used mc
> > as my server does not have a gui.
>
> Well
>
> shopt -s extglob
> cp -a !(members) members
>
> should have worked, and so should
>
> export GLOBIGNORE=members
> cp -a * members
>
> I did test them before sending off the suggestions (although I did have a
> typo in there, so yes, a copy/paste wouldn't have worked)
Hi Anders. Don't worry about it. Yours was one of the two solutions which copy
and pasted just fine. The other was the rsync method.
Love from Lynn x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> > as my server does not have a gui.
>
> Well
>
> shopt -s extglob
> cp -a !(members) members
>
> should have worked, and so should
>
> export GLOBIGNORE=members
> cp -a * members
>
> I did test them before sending off the suggestions (although I did have a
> typo in there, so yes, a copy/paste wouldn't have worked)
Hi Anders. Don't worry about it. Yours was one of the two solutions which copy
and pasted just fine. The other was the rsync method.
Love from Lynn x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |