以编程方式在新的 GNU 屏幕窗口中加载新进程
如何将新进程加载到现有会话的新窗口中。我知道这可以使用键盘快捷键来完成,但这不是我想要的。我想将其与 python 模块结构结合使用并同时打开 8-9 个不同的进程,因此我正在寻找 bash 命令来执行此操作。
How do I load a new process to a new window of an existing session. I know that this can be done using keyboard shortcuts, but that is not what I'm looking for. I want to use this in conjunction with the python module fabric and open 8-9 different processes simultaneously and hence I am looking for the bash command(s) to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您向
screen
命令提供一个命令作为参数,并且设置了环境变量$STY
,它将在当前会话的新窗口中启动该命令。If you give the
screen
command a command as an argument, and the environment variable$STY
is set, it will launch the command in a new window in the current sesion.