问题
I am writing a shell script in Linux. I want to run some sh files in terminal and they all needs terminal themselves. How can I open a new terminal to run another scrips?
回答1:
xterm -e script arguments... &
来源:https://stackoverflow.com/questions/19585409/opening-new-terminal-in-shell-script