Can I send some text to the STDIN of an active process running in a screen session?
This answer doesn’t solve the problem, but it’s left here because 30+ people found it useful, otherwise I would have deleted it long time ago. Write to /proc/*pid of the program*/fd/0. The fd subdirectory contains the descriptors of all the opened files and file descriptor 0 is the standard input (1 is stdout and 2 … Read more