Re: Re: How to start a shell into an already existent screen

2020-06-25 Thread Steve Ross
On 6/24/2020 2:53 PM, Dario Lesca wrote: A Curiosity... I read from man page: "-X Send the specified command to a running screen session." Which are these "specific command" that I can send to screen? I'm no expert on "screen", but, after some experimentation... It appears to me that the

Re: How to start a shell into an already existent screen

2020-06-24 Thread Dario Lesca
Il giorno mer, 24/06/2020 alle 12.51 -0500, Brian ha scritto: >screen -dRS Test -X screen myshell.sh run1 Thanks Brian, this work if the screen '-S Test' already exist. It's possible create new screen sessione if it not exist? Otherwise I must test screen exit status error and run it without

Re: How to start a shell into an already existent screen

2020-06-24 Thread Brian
On 24/06/2020 12.44, Brian wrote: On 24/06/2020 11.46, Dario Lesca wrote: I start a screen with screen -dRS Test myshell.sh run1 It's possible start another my program (myshell.sh run2) on same screen identify by "-S Test", like when I do a "C-a c" screen command and I can list with C-a "? Ma

Re: How to start a shell into an already existent screen

2020-06-24 Thread Brian
On 24/06/2020 11.46, Dario Lesca wrote: I start a screen with screen -dRS Test myshell.sh run1 It's possible start another my program (myshell.sh run2) on same screen identify by "-S Test", like when I do a "C-a c" screen command and I can list with C-a "? Many thanks for reply screen -dRS

How to start a shell into an already existent screen

2020-06-24 Thread Dario Lesca
I start a screen with screen -dRS Test myshell.sh run1 It's possible start another my program (myshell.sh run2) on same screen identify by "-S Test", like when I do a "C-a c" screen command and I can list with C-a "? Many thanks for reply -- Dario Lesca (inviato dal mio Linux Fedora 32 Worksta