以编程方式在新的 GNU 屏幕窗口中加载新进程

发布于 2024-12-29 12:09:17 字数 112 浏览 2 评论 0原文

如何将新进程加载到现有会话的新窗口中。我知道这可以使用键盘快捷键来完成,但这不是我想要的。我想将其与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走野 2025-01-05 12:09:17
screen [options] command

如果您向 screen 命令提供一个命令作为参数,并且设置了环境变量 $STY,它将在当前会话的新窗口中启动该命令。

screen [options] command

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文