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.
我正在 Linux 中编写一个 shell 脚本。我想在终端中运行一些 sh 文件,它们都需要终端本身。如何打开一个新终端来运行另一个脚本?
xterm -e script arguments... &