bash screen title usage (screen -t "something")
Posted
by
atrioom
on Stack Overflow
See other posts from Stack Overflow
or by atrioom
Published on 2012-10-23T16:45:22Z
Indexed on
2012/10/23
17:00 UTC
Read the original article
Hit count: 128
I was working with screen
lately and wanted to use the -t
option for it. What's the point of the-t
option if the title of the screen does not show anywhere like when using -list
or within the screen when it's attached?
There is a command CTRL-A double-quote(")
to see all active screens, and then it shows the title, but that does not really do the job, because I have to have the screen attached already. I want to read out the title BEFORE attaching any screens, to attach the right one in the first place.
Is there a method to use -t
in a convenient way?
Edit: There is one method: "ctrl-a "" and then "ctrl-a {numberofscreen}". I guess that's the best way to use the screen titles?
© Stack Overflow or respective owner