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
-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,
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