Your terminal is not a terminal: An Introduction to Streams
Because each emulator reads from and writes to a different file, you don’t see the output of the programs you run in all the windows you have open. To write the output of a program to a file instead of the , you can direct the stream somewhere else. Since the is just a file, you can also redirect an stream from one terminal to another.
Source: lucasfcosta.com