
tee (ティー)はUnixのコマンドの一つ。 tee (tee) is a Unix one of the commands in. コマンドの標準出力 (stdout)を 他のファイルへコピーできる機能を提供する。 The standard output of command (stdout) to provide the ability to copy other files. 構文は以下のとおり。 The syntax is as follows.
tee [ -a ] [ -i ] [ File ... ] tee [-a] [-i] [File ...]
teeコマンドは標準入力を受け入れ、標準出力を出力し( パイプ機能)、[ File ... ]で指定したファイルに標準出力と同じストリームを出力する。 tee command accepts standard input, standard output and output (function pipe), [File ...] to output the same stream to file specified in the standard output.
teeとは英語のTであり、T字路( 丁字路 )を思い描くと、その機能がイメージしやすい。 tee and the English and T, T-shaped intersection (route the T) and form an easy-to-image function.
| ||||||||||||||||||||||||||
