Closed LucasFVoges closed 3 years ago
The error: agrep: pattern too large (over 32 chars)
It will only rise if: agrep -2 -i ... or agrep -i -2 ...
If only one of these options is used = no problem.
Well... therefore I have removed the case insensitivity again. (-i)
comment: this is always the case if any two options are choosen. [wildcard], CaseS: "-i", Kosts: "-Dk"
The error: agrep: pattern too large (over 32 chars)
It will only rise if: agrep -2 -i ... or agrep -i -2 ...
If only one of these options is used = no problem.
Well... therefore I have removed the case insensitivity again. (-i)