I've a session named "super", and in this session I've used 3 times the command ctrl-a c
, so that I've 4 shells that run in "super" session.
My question is: if I connect via ssh to my machine, how can log directly in "3 bash" shell (for example)?
I would launch different commands for different # bash
.
EXTRA: someone knows how can i print directly in Terminal the list of all shells created in "super" session? (whithout display it with screen -X windowlist
, that can't be saved in text file).