You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently learned that it's perfectly acceptable to concatinate gz streams, and gunzip and zcat will decompress each stream and concatinate the result. So starting with this minimal reimplementation of zcat:
Likely closely related to snapframework/io-streams#56
I recently learned that it's perfectly acceptable to concatinate gz streams, and gunzip and zcat will decompress each stream and concatinate the result. So starting with this minimal reimplementation of zcat:
Then, in the shell, here's a minimal demonstration of the problem:
The text was updated successfully, but these errors were encountered: