Opening new terminal in shell script

牧云@^-^@ 提交于 2019-12-11 16:46:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!