[prev] [index] [next]

What is a filter?

Filter: a program that transforms a data stream.

On Unix, filters are commands that:

  • read text from their standard input or named files
  • perform useful transformations on the text stream
  • write the transformed text to their standard output