|
From: | Tomas |
Subject: | Re: bug#47151: closed (Re: bug#47151: cp --recursive funky behaviour) |
Date: | Mon, 21 Feb 2022 15:49:06 -0300 |
User-agent: | Zoho Mail |
Your bug report
#47151: cp --recursive funky behaviour
which was filed against the coreutils package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 47151@debbugs.gnu.org.
--
47151: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47151
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
========================= Forwarded message =========================
Subject: Re: bug#47151: cp --recursive funky behaviour
From: "Paul Eggert"<eggert@cs.ucla.edu>
Date: Mon, 21 Feb 2022 01:54:02 -0800
To: "Tomas"<correo@tomaszubiri.com>
Cc: <47151-done@debbugs.gnu.org>
------------------------- Contents -------------------------
On 3/14/21 17:47, Tomas wrote:
> cd /tmp
> mkdir src
> touch src/a
> cp -r src dest
>
> #damn, I forgot a file
> touch src/b
> cp -r src dest
> ls dest
> # a dest
cp has behaved that way for ages, and is required to behave that way by
POSIX, so this is not a bug. To sidestep the issue, you can use the -T
option of GNU cp. Closing the bug report.
====================== End of Forwarded Mail ======================
========================= Forwarded message =========================
Subject: cp --recursive funky behaviour
From: "Tomas"<correo@tomaszubiri.com>
Date: Sun, 14 Mar 2021 21:47:05 -0300
To: "bug-coreutils"<bug-coreutils@gnu.org>
------------------------- Contents -------------------------cd /tmp
mkdir src
touch src/a
cp -r src dest#damn, I forgot a file
touch src/b
cp -r src dest
ls dest
# a dest
====================== End of Forwarded Mail ======================
[Prev in Thread] | Current Thread | [Next in Thread] |