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.
