将当前命令sh test.sh任务在后台执行,下列最优雅的的做法是
sh test.sh &
nohup sh test.sh
nohup sh test.sh &
nohup sh test.sh &&