Closed max-moser closed 4 months ago
thanks Max, I'll look into this. It may not be possible to get this unzipping working with streams (because the unzip routines may need to seek). If that's the case, perhaps will need to just fail early to say that can't use these flags together
this bug should also be fixed in the next release!
Scanning archives with the
-z
flag works well when supplying the archive file via its filename, but it fails when the file is piped into stdin (-
as filename).Example
I created a ZIP file with three random files that I've had lying around.
Error when piping the ZIP file into stdin
Works if the file name is supplied directly