In Unix terminology, a filter is a command that reads from standard input and writes to standard output. The man command displays documentation and doesn't act as a filter. Commands like cat, pg (pager), and sed are standard filters that transform data streams.