tee (target)

Copy stdin to each listed file and to stdout (POSIX, toybox)

Syntax:

tee [-ai] [file...]

Runs on:

QNX OS

Options:

-a
Append to files.
-i
Ignore the SIGINT signal.
file
The pathname of the file to copy to.

A filename with the dash character (-) is a synonym for standard input.

Description:

This utility is provided as part of the toybox package. For information on how to enable it, see toybox.

Contributing author:

Rob Landley and the toybox project (see https://landley.net/toybox/).

Page updated: