Patterns containing special characters cause issues. ``` kgrep logs -n hbelmiro -p [Error] zsh: no matches found: [Error] ``` To avoid that, wrap the pattern with `"` _when it isn't already wrapped from the input_.
Patterns containing special characters cause issues.
To avoid that, wrap the pattern with
"when it isn't already wrapped from the input.