Re: screen -X stuff

2007-07-03 Thread Rod Nussbaumer
Andy Harrison wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/3/07, Martin Kammerlander wrote: Can someone tell me how I can use the screen -X stuff command without reattaching the screen at least once? I answered a similar question recent. I could never figure out how to "stuf

Re: screen -X stuff

2007-07-03 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/3/07, Martin Kammerlander wrote: Can someone tell me how I can use the screen -X stuff command without reattaching the screen at least once? I answered a similar question recent. I could never figure out how to "stuff" a carriage return,

screen -X stuff

2007-07-03 Thread Martin Kammerlander
hi! I have a script where I start a screen in detached mode like that: screen -d -m java -jar program.jar --ui=console now I noticed that when i want to send a command to the program running in the detached screen like that: screen -X stuff $'quit\n' than it doesn't work. It works when I reat