blob: df7f8860c3d2ebf2d02d7eda4c86e8bbb4ed6beb [file] [log] [blame]
This directory contains a filter program that reads from standard input and
writes to standard output (like the 'cat' program), highlighting every
occurrence of a given regular expression.
Usage: filter [--color=WHEN] [--style=STYLE-FILE] REGEX < INPUT
where REGEX is a basic regular expression.