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
{{ message }}
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
Now you can read gziped files from stdin
zcat access.log.2.gz | parserBut it would be nice if parse can check for file format and use
compress/gzipfor .gz files.