Helmut Waitzmann <[EMAIL PROTECTED]> wrote: > So, what will tar --keep-newer-files -x do, if the archive member to be > extracted is newer than the file in the filesystem? > > Will it > > [ ] unlink the file and create an new one or > [ ] overwrite the file without unlinking?
It will unlink the old file and create a new one. Regards, Sergey _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
