bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8636: closed (Re: bug#8636: cp -x flag does not work)


From: Pádraig Brady
Subject: bug#8636: closed (Re: bug#8636: cp -x flag does not work)
Date: Thu, 15 Sep 2011 17:14:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0

On 09/15/2011 01:32 PM, address@hidden wrote:
> Hi Jim,
> 
> I would ask you again to reconsider your view on this issue  because it is
> irrational.

Reading back over the thread, I think it's a usage error.
Note that cp does not process the wildcard, so that when you do:

  cp -x /*

what cp is really getting from the shell is:

  cp -x /dir1 /dir2 ...

cp is right to treat each of those independently.

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]