pages tagged tee http://meng6net.localhost/tag/tee/ <p><small>Copyright © 2005-2020 by <code>Meng Lu &lt;lumeng3@gmail.com&gt;</code></small></p> Meng Lu's home page ikiwiki Tue, 16 May 2017 23:59:39 +0000 Examples of using tee http://meng6net.localhost/computing/example/examples_of_using_tee/ http://meng6net.localhost/computing/example/examples_of_using_tee/ computing documentation example note software tee tip Tue, 16 May 2017 23:59:39 +0000 2017-05-16T23:59:39Z <h2>Print command output including errors to multiple files and not screen</h2> <pre> <code>echo "$(date)" 2&gt;&amp;1 | tee -a file1 file2 &gt;/dev/null </code></pre>