Launching a process with stdout in the terminal and captured

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sun Jun 19 05:47:10 EDT 2016


On Sunday, June 19, 2016 at 8:29:50 PM UTC+12, Olive wrote:
>
> That's not what I am looking for. I want to let the end user intercat with the
> process, not my script. What I want is the content (after the process has
> exited) of all what it has written on standard output.

Use the logging feature of screen <https://www.gnu.org/software/screen/manual/screen.html>.



More information about the Python-list mailing list