On 24/06/2020 11.46, Dario Lesca wrote:
I start a screen withscreen -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 Test -X screenThis will open a new screen within the session "Test", but doesn't appear to reattach to it. However, from within the named session, it will switch to the created screen.