Re: Multiple screen -X commands "fast" after eachother fail

2005-08-17 Thread Michael Schroeder
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

Multiple screen -X commands "fast" after eachother fail

2005-08-17 Thread Wouter Coekaerts
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