bug-coreutils
[Top][All Lists]
Advanced

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

Re: cp -upv copies even when not newer


From: Alfred M. Szmidt
Subject: Re: cp -upv copies even when not newer
Date: Sat, 04 Sep 2004 20:43:44 +0200

Works for me.

address@hidden:/tmp$ echo ooo>c
address@hidden:/tmp$ cp -upv c e
`c' -> `e'
address@hidden:/tmp$ test c -nt e;echo $? #is it newer? No.
1
address@hidden:/tmp$ cp -upv c e
address@hidden:/tmp$ cp --version
cp (coreutils) 5.2.1

   cp (coreutils) 5.0.91

You might wish to upgrade.




reply via email to

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