I've started several sessions in screen. Now I want to get into one of them. I've read manual about screen and since that I could see screen sessions list via
screen -list
So, now I know what session I want to get into, because I know its creation time and the above command showed me a list of sessions with their creation times.
Can one tell me how can I get into specific screen session to see its output and to send it commands?