在分离屏幕中执行 shell 命令并再次分离

Do shell command in detached screen and detach again

是否可以进入分离屏幕,执行命令,然后通过一个 shell 命令再次分离?

我使用 tmux 解决了这个问题。

启动屏幕命令:

tmux new -s nameOfScreen

对于分离屏幕上的 运行 命令,我使用了发送键方法:

tmux send-keys -t tab "command" Enter