Tee Command Usage Examples - Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / Lin
Tee command is used to store and view (both at the same time) the output of any other command. Tee command writes to the STDOUT, and to a file at a time as ... The following command writes the output only to the file and not to the screen. $ ls > file The...