[root@localhost local]# sh xxxx.sh
[root@localhost local]# ^C
[1]- Done sh xxxx.sh
[2]+ Done sh xxxx.sh
[1]后面的"-",[2]后面的"+"是什么意思呢?
[root@localhost local]# sh xxxx.sh
[root@localhost local]# ^C
[1]- Done sh xxxx.sh
[2]+ Done sh xxxx.sh
[1]后面的"-",[2]后面的"+"是什么意思呢?
2 回答718 阅读✓ 已解决
3 回答785 阅读
1 回答775 阅读
2 回答727 阅读
1 回答670 阅读
1 回答613 阅读
1 回答562 阅读
+对应的是最后一个后台进程,-表示倒数第二个后台进程。参考 http://superuser.com/questions/559211/what-do-those-mean-if-linux-job-in-background-finishes-started-with