bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] bug: --xform is silently ignored with --concatenate


From: Florent Becker
Subject: [Bug-tar] bug: --xform is silently ignored with --concatenate
Date: Thu, 1 Jun 2017 14:20:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi,

I think the following behaviour of tar, when --transform is used with
--concatenate, to be a bug:

$ tar -tf a.tar
dir/a
$ tar -tf b.tar
b
$ tar -f a.tar --concatenate b.tar --transform s,^,dir/,
$ tar -tf a.tar
dir/a
b

I'd expect either --transform to operate on b.tar (that would be the
most useful), or at least, to report an error "--transform cannot be
used with --concatenate".

Friendly,

--
Florent


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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