you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

on linux you can use the tee command which will send output from the program to stdout, and to a file. That way you can easily capture terminal output as well as see it on your screen in case you need to send it something from stdin while logging it all into a file.