Viktor Sergiienko <singa...@gmail.com> ha escrit:

> > $ tar tvf archive1.tar
> > -rw-r--r-- root/root 567 2016-09-18 14:28 member1
> > -rw-r--r-- root/root 1696 2016-09-18 14:28 member2
> > $ tar tvf archive2.tar
> > -rw-r--r-- root/root 567 2016-09-18 14:28 ./member1
> > -rw-r--r-- root/root 1696 2016-09-18 14:28 ./member2
> >
> > How to extract member1 reliably from either of two archives?

Use the --no-anchored option.

Regards,
Sergey

Reply via email to