Skip to content

Add length filtering options to ronin grep #258

Open
@postmodern

Description

Add options for filtering the length of the matched strings.

  • --match-length NUM - only print lines with matches of the exact length.
  • --match-min-length NUM - only print lines with matches greater or equal to the minimum length.
  • --match-max-length NUM - only print lines with matches less than or equal to the maximum length.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions