coreutils
[Top][All Lists]
Advanced

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

Re: mv --recursive


From: Grady Martin
Subject: Re: mv --recursive
Date: Sat, 2 Jun 2018 16:24:55 -0400
User-agent: Mutt/1.10.0 (2018-05-17)

On 2018年06月01日 12時56分, Kaz Kylheku (Coreutils) wrote:
cp -rl old/. new/.

The new/ tree is populated with hard links to corresponding objects in
old, which is what mv will do (on the same filesystem, anyway).

A popular answer to my original question claims that "cp -rl" creates a race 
condition:

https://unix.stackexchange.com/a/127713/96349

I now consider this a moot point, as such "race conditions" would be inevitable 
with a recursive move operation.  Thank you for the solution.

cp with --remove-source would just about obsolesce mv.

I noticed some of the source for mv comes straight from cp (e.g. cp_options and 
cp_option_init).



reply via email to

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