使用法: tee [オプション]... [ファイル]...
標準入力を各々のファイルにコピーし, 標準出力にも出力.
-a, --append 指定されたファイルに追加し, 上書きしない
-i, --ignore-interrupts 割込みシグナルを無視
--help この使い方を表示して終了
--version バージョン情報を表示して終了
If a FILE is -, copy again to standard output.
Report tee bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: tee [OPTION]... [FILE]...
Copy standard input to each FILE, and also to standard output.
-a, --append append to the given FILEs, do not overwrite
-i, --ignore-interrupts ignore interrupt signals
--help display this help and exit
--version output version information and exit
If a FILE is -, copy again to standard output.
Report tee bugs to bug-coreutils@gnu.org
GNU coreutils home page:
tee(1) tee(1)
名前
tee - 標準入力から読んだ内容を標準出力とファイルとに書き出す
書式
tee [-ai] [--append] [--ignore-interrupts] [file...]
tee [--help] [--version]
説明
tee コマンドは標準入力を、標準出力と引数で与えられた全てのファイルとに
コピーする。何らかのデータをパイプに送るとき、同時にそのコピーを保存 し
ておきたいときに便利だろう。
存 在しないファイルに書き出そうとすると、このファイルは作成される。もし
すでに存在しているファイルに書き出そうとすると、 -a オプションを使わ な
い限り、以前の内容は上書きされる。
オプション
-a, --append
ファイル内容を上書きせずに、標準入力をファイルに追加する。
-i, --ignore-interrupts
割り込みシグナルを無視する。
--help 標準出力に使用方法のメッセージを出力して正常終了する。
--version
標準出力にバージョン情報を出力して正常終了する。
注意
プ ログラムのバグについては bug-sh-utils@gnu.org に報告してください。ペ
ージの更新は Ragnar Hojland Espinosa
TEE(1) User Commands TEE(1)
NAME
tee - read from standard input and write to standard output and files
SYNOPSIS
tee [OPTION]... [FILE]...
DESCRIPTION
Copy standard input to each FILE, and also to standard output.
-a, --append
append to the given FILEs, do not overwrite
-i, --ignore-interrupts
ignore interrupt signals
--help display this help and exit
--version
output version information and exit
If a FILE is -, copy again to standard output.
AUTHOR
Written by Mike Parker, Richard M. Stallman, and David MacKenzie.
REPORTING BUGS
Report tee bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa