On Wed, Aug 17, 2005 at 08:19:15PM +0200, Wouter Coekaerts wrote:
> If I send multiple commands with screen -X, only the first one gets
> executed. An example (the problem is not with the stuff command itself,
> that's just an easy test case):
> "screen -X stuff abc; screen -X stuff def" will only
Hi,
If I send multiple commands with screen -X, only the first one gets
executed. An example (the problem is not with the stuff command itself,
that's just an easy test case):
"screen -X stuff abc; screen -X stuff def" will only put "abc" in the
screen. Putting a "sleep 1" in between them fixes it