Skip to content

zgrep 1.12 is not readily available #63

@cluck

Description

@cluck

Ubuntu 20.04.5 LTS still has zgrep version 1.10.

Maybe zgrep -P PATTERN file.gz can be replaced by zcat file.gz | perl -nle 'print if m{PATTERN}'?

More specifically zcat file.gz | perl -nle "print if m{VALUES\s*\(.*\d:\d:...*'}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions