Description
Searches that need to match text across several lines are easier than with traditional line-by-line grep. This terminal tool helps developers and administrators find patterns that span blocks of logs, configuration, or source code.
It reads files and prints matching text for inspection. Be careful when searching private logs or captured data, because matches can expose secrets, tokens, or personal information in the terminal output.