@april I think it still needs the `z` if you pipe a stream into `tar` rather than giving it a filename. With a file, it can look at the file and see what it contains, but if you send it a stream it has problems.
Top-level
@april I think it still needs the `z` if you pipe a stream into `tar` rather than giving it a filename. With a file, it can look at the file and see what it contains, but if you send it a stream it has problems. 2 comments
|
@AlgoCompSynth GNU tar does. busybox tar autodetects stdin. @april