Andrea Pellizzon <[EMAIL PROTECTED]> wrote: > $ touch test > $ tar cvf test.tar test > test > > > $ tar xvf test.tar --keep-newer-files > test > tar: Current `test' is newer
That's right. The warning message should read "Current `test' is newer or same date". I'll fix it. > $ tar xvf test.tar --keep-newer-files > test > tar: test: Warning: Cannot stat: No such file or directory > tar: Current `test' is newer > $ ls -l > total 12 > -rw-r--r-- 1 andreap calcolo 10240 May 4 18:31 test.tar I was not able to reproduce this. Regards, Sergey _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
