You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing cp -vl --remove-destination regularfile existing_symlink_to_regularfile, cp should report that it removes the destination file (because it needs to make space in order to create the new hardlink).
When doing
cp -vl --remove-destination regularfile existing_symlink_to_regularfile
,cp
should report that it removes the destination file (because it needs to make space in order to create the new hardlink).Found while reading #6496, but only remotely related.
The text was updated successfully, but these errors were encountered: