On Tuesday 09 November 2010 10:35:13 am Han Sooloo wrote: > I launch screen from the command line like so: > screen -t MyCoolApp /home/user/mycoolapp > > However, when I list the screens by doing screen -list, I don't see the > screen titles for each session, but simply the socket numbers. Any > thoughts why the titles wouldn't be shown? > The -t option sets the window title. The -list option lists the currently running screen sessions. Each screen session can contain multiple windows.
If you want to see the list of screen windows use the "windowlist" command with the key sequence: Ctrl+A " Screen sessions can also be given a name with -S option. Best regards, Gerald Young _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users