Linux: Difference between revisions

Line 22: Line 22:
* <code>></code> will redirect stdout to a file
* <code>></code> will redirect stdout to a file
* <code>2>&1</code> will redirect stderr (2) to stdout (1)
* <code>2>&1</code> will redirect stderr (2) to stdout (1)
* [https://www.gnu.org/software/coreutils/manual/html_node/tee-invocation.html <code>tee<code>] will redirect stdout to multiple files and show it in the terminal
* [https://www.gnu.org/software/coreutils/manual/html_node/tee-invocation.html <code>tee</code>] will redirect stdout to multiple files and show it in the terminal


==Package Management==
==Package Management==