Add length filtering options to ronin grep
#258
Labels
command-option
A command option
feature
New Feature
grep-command
`ronin grep` command
idea
Random idea
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.The text was updated successfully, but these errors were encountered: