TOOL » LINUX » PACKAGE
Tee
Outputs both to file and stdout.
shell
tee OPTIONS FILE
-a # AppendExample
shell
command | tee new_fileOutputs both to file and stdout.
tee OPTIONS FILE
-a # Appendcommand | tee new_file