cp: don't show msg with cp -i -v --update=older a b
if a
is older than b
#7296
Labels
cp -i -v --update=older a b
if a
is older than b
#7296
While reviewing #7287 I noticed that we show an
'a' -> 'b'
-message withcp -i -v --update=older a b
ifa
is older thanb
and thusb
is not overwritten:With GNU
cp
, there is no such message:The text was updated successfully, but these errors were encountered: