pmatch is a unix command-line utility that offers many enhanced features over grep. Some of these enhancements include syntax highlighting, trimming whitespace off the match for easier viewing, showing only the portion of the line that matched, show lines surrounding the match to see it in context, etc. |