Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 shell 脚本中,我试图打开一个屏幕并让脚本在屏幕中继续。这可能吗?每次我打开一个屏幕时,脚本都会停止并等待我关闭它以继续。
screen -S newScreen; echo "text in screen here"
我很确定我会像这样开始屏幕。
screen -t screen-name 0 command
就我而言,我启动了我的 irc 客户端和其他一些东西,0 是列表中屏幕的编号。所以如果你有更多的增量。
screen -t irc 0 irssi