Manual browser: filter(1)
Name
filter — Generic UNIX filtering tool
Synopsis
filter
command
[argument
...]
Description
filter is a generic UNIX filtering tool. It reads data from the standard input, creates a temporary file, executes the desired command (with the absolute filename of the temporary file as the last argument), and writes the contents of the file to the standard output.