Opening new terminal in shell script

2019-09-13 02:09发布

问题:

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... &