COHERENT manpages

This page displays the COHERENT manpage for filter [Definition].

List of available manpages
Index


filter -- Definition

A filter  is a  program that reads  a stream of  input, transforms it  in a
precisely defined  manner, and  writes it to  another stream.  Two  or more
filters can be coupled with pipes  to perform a complex transformation on a
stream of input.

See Also

pipe,
Using COHERENT