gpt4 book ai didi

bash - 在不终止的情况下运行 xterm -e

转载 作者:行者123 更新时间:2023-11-29 08:47:21 24 4
gpt4 key购买 nike

我想在不终止的情况下运行 xterm -e file.sh。

在文件中,我正在向后台发送命令,脚本完成后,它们仍未完成。

我目前正在做的是:

(cd /myfolder; /xterm -ls -geometry 115x65 -sb -sl 1000) 

然后弹出窗口后

sh file.sh
exit

我想做的是:

(cd /myfolder; /xterm -ls -geometry 115x65 -sb -sl 1000 -e sh file.sh)

不终止并等待后台命令完成。

有人知道怎么做吗?

最佳答案

使用hold选项:

xterm -hold -e file.sh

-hold Turn on the hold resource, i.e., xterm will not immediately destroy its window when the shell command completes. It will wait until you use the window manager to destroy/kill the window, or if you use the menu entries that send a signal, e.g., HUP or KILL.

关于bash - 在不终止的情况下运行 xterm -e,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10845372/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com