bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] tar Af only properly concatenates contents of the first argume


From: Ben Longbons
Subject: [Bug-tar] tar Af only properly concatenates contents of the first argument
Date: Sat, 29 Sep 2012 22:45:59 -0700

Testcase:
$ touch a b c
$ tar cf a.tar a
$ tar cf b.tar b
$ tar cf c.tar c
$ tar Af c.tar a.tar b.tar

Actual results:
$ tar tf c.tar
c
a
$ tar tf c.tar -i
c
a
b

Expected results:
$ tar tf c.tar
c
a
b

Tested versions:
tar (GNU tar) 1.26
(as packaged by Gentoo ~amd64 and by Debian wheezy)



reply via email to

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