Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个完成并打印的 Linux 任务:
[6]- Done
我注意到过去它会打印:
[6]+ Done
+和有什么区别-吗?
+
-
man bash状态:
man bash
在与作业有关的输出中(例如,jobs 命令的输出),当前作业总是用 + 标记,前一个作业用 - 标记。
因此,带有“+”的命令是最近发送到后台的命令。