Multiple choice technology operating systems

Which of the following commands is not a filter?

  1. cat

  2. man

  3. pg

  4. head

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A filter command reads from standard input and writes to standard output, transforming data streams. The man command displays manual pages and doesn't perform data stream transformation, making it fundamentally different from utilities like cat, head, or pg which process text streams.