0

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?

d3pd
  • 7,935
  • 24
  • 76
  • 127

1 Answers1

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