Re: --transform bug with match numbers

2021-08-28 Thread Sergey Poznyakoff
Hi Anthony, Apologies for the delay. Thanks for your fix. I applied it (commit 193eb8f81d). Regards, Sergey

--transform bug with match numbers

2021-07-11 Thread Anthony Heading
Hi, I believe this is a small bug in the filename transformation option. Assuming that /etc/passwd exists, and trying to change the second letter 's' to '@': tar cf - /etc/passwd | tar tf - --transform='s:s:@:2' --show-transformed-names tar: Removing leading `/' from member names etc/paetc/pas@w