screen: a short list of commands
shell | pfortuny | (0)
Having already introduced screen in detail, I am now listing some specific commands.
Recall that once a screen "session" is started, in order to get a screen command executed, you need to press C-a (that is, Ctrl and a) and then another key (C-a is the prefix for 'screen' and the other key is the specific command). To the point (notice that commands are case-sensitive):
C-a c (we mentioned this one in the previous article): create a new screen (and give it the focus).
C-a S: split the tty in "one part more". If a screen occupies the whole terminal, this command splits ...