【发布时间】:2013-10-25 08:55:43
【问题描述】:
我正在 Linux 中编写一个 shell 脚本。我想在终端中运行一些 sh 文件,它们都需要终端本身。 如何打开一个新终端来运行另一个脚本?
【问题讨论】:
标签: linux shell console terminal
我正在 Linux 中编写一个 shell 脚本。我想在终端中运行一些 sh 文件,它们都需要终端本身。 如何打开一个新终端来运行另一个脚本?
【问题讨论】:
标签: linux shell console terminal
xterm -e script arguments... &
【讨论】:
&。