#557437 no mention of how to turn on/off escaping for -t/-tv

Package:
cpio
Source:
cpio
Description:
GNU cpio -- a program to manage archives of files
Submitter:
Date:
2025-08-11 16:57:02 UTC
Severity:
wishlist
Tags:
#557437#5
Date:
2009-11-21 18:05:25 UTC
From:
To:
Regarding
`-v'
`--verbose'
     List the files processed, or with `-t', give an `ls -l' style
     table of contents listing.  In a verbose table of contents of a
     ustar archive, user and group names in the archive that do not
     exist on the local system are replaced by the names that
     correspond locally to the numeric UID and GID stored in the
     archive.

However, verbose has another effect,
$ <f cpio -t 980731/QGIS/登革熱02-09.shx
980731/QGIS/登革熱02-09.shx
103896 blocks
$ <f cpio -vt 980731/QGIS/登革熱02-09.shx
-rw-r--r--   1 jidanni  jidanni      2964 Jul 22 22:37 980731/QGIS/\265n\255\262\274\36602-09.shx
103896 blocks

As you see, it escapes the filenames.

And  there  is  no  documentation  on  how  to  turn  off  this  effect.

Nor how to turn it on for just plain -t.

At least document (there at -v on the man page) that there is this
effect -- and that there is no way to turn it on or off.

#557437#10
Date:
2009-11-22 07:46:46 UTC
From:
To:
I think this is the same as #416701, no?
#557437#15
Date:
2009-11-26 23:16:59 UTC
From:
To:
forcemerge 557437 416701
thanks
CA> I think this is the same as #416701, no?
Hmmm... and it even says on 416701 that it was to be fixed...

#557437#30
Date:
2025-08-11 16:55:15 UTC
From:
To:
This was fixed in upstream version 2.13 (upstream commit
cb76d31808b47783cb0bdac694db5643d1a23b4e).