标签: linux bash gnu-screen
我正在编写一个脚本,如果有的话,需要当前附加的屏幕会话名称。
答案 0 :(得分:13)
您可能需要在此处查看答案:How do I display the current "session" name or "sockname" of a screen session in the status bar?
简而言之,$ STY环境变量就是你要找的。 p>