2017-06-10 18 views

回答

0

我用tmux解决了这个问题。

开始屏幕命令:

tmux new -s nameOfScreen 

而对于分离的屏幕上运行命令我用发送密钥方法:

tmux send-keys -t tab "command" Enter