The Top 15 Best GNU/Linux Terminal Emulators and More Commands
-
2023-03-04 The Top 15 Best Linux Terminal Emulators
-
How to Use the tee Command to Split Terminal Output on Linux
Linux lets you store the command output in files as a means of output redirection. When you save the output to a file using the > or >> operators, the output gets redirected with no information displayed on the terminal.
But what if you want to print the output on the screen and store it in a file simultaneously? Although you can't do it with the output redirection operators, it is possible to do so using the tee command on Linux.