I have a running xterm and I want to get a program to pipe some commands to it. Is this possible? If yes, how could this be done?
Asked
Active
Viewed 569 times
1 Answers
0
Not without help. Someone recently asked a similar question about screen
. It turns out that screen
can accept commands, as discussed in Run commands in screen after creating one per bash.
So, you could run (a named session of) screen
in an xterm
and send commands to that.

Community
- 1
- 1

Thomas Dickey
- 51,086
- 7
- 70
- 105