最後更新: 2020-09-18
介紹
tee - read from standard input and write to stdout and file
Usage
tee [OPTION]... [FILE]...
Opts
-a, --append append to the given FILEs, do not overwrite
i.e.
result=abc echo $result | tee -a $hash_file | cat
![]() 夢想家活一身, 學無限~ 夢不息, 心不倦~ |
|
cli - tee最後更新: 2020-09-18 介紹tee - read from standard input and write to stdout and file
Usage
tee [OPTION]... [FILE]... Opts -a, --append append to the given FILEs, do not overwrite i.e. result=abc echo $result | tee -a $hash_file | cat
»
|