Shell / Commands

tee

English

Overview

A command that sends standard input to both a file and standard output.

Details

A command that writes standard input to a file while also passing it through to standard output, used to inspect an intermediate stage of a pipeline.

More Linux terms