Linux 后台任务完成

标签 linux command-line command uibackgroundtask

<分区>

我有一个完成并打印的 Linux 任务:

[6]- Done 

我注意到过去它会打印:

[6]+ Done

+-有区别吗?

最佳答案

man bash 声明:

In output pertaining to jobs (e.g., the output of the jobs command), the current job is always flagged with a +, and the previous job with a -.

因此带'+'的命令是最近发送到后台的命令。

关于Linux 后台任务完成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22518883/

相关文章:

linux - 检查命令是否包含字符串或空

delphi - 有没有以version为入参的Delphi源码批量编译方案?

command - vimscrimpt 中的转义命令

linux - zip 放气 0% ?为什么不压缩?

c++ - 安装 pHash 库时对 `fftw_init_threads' 的 undefined reference

linux - shell/awk 脚本在 ubuntu/mint 上运行良好,但在 red hat 上运行不正常

C++ 命令行调试参数

windows - 什么是 %0|%0 以及它如何工作?

php - yii 中的控制台应用程序无法包含 AR 模型

c - 我如何获得c中读取操作的错误