Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add length filtering options to ronin grep #258

Open
postmodern opened this issue Dec 11, 2024 · 0 comments
Open

Add length filtering options to ronin grep #258

postmodern opened this issue Dec 11, 2024 · 0 comments
Labels
command-option A command option feature New Feature grep-command `ronin grep` command idea Random idea

Comments

@postmodern
Copy link
Member

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.
@postmodern postmodern added feature New Feature idea Random idea command-option A command option grep-command `ronin grep` command labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option feature New Feature grep-command `ronin grep` command idea Random idea
Projects
None yet
Development

No branches or pull requests

1 participant