Add options for filtering the length of the matched strings.
--match-length NUM - only print matches of the exact length.
--match-min-length NUM - only print matches greater or equal to the minimum length.
--match-max-length NUM - only print matches less than or equal to the maximum length.
Add options for filtering the length of the matched strings.
--match-length NUM- only print matches of the exact length.--match-min-length NUM- only print matches greater or equal to the minimum length.--match-max-length NUM- only print matches less than or equal to the maximum length.