linux – 作业命令的“”和“ – ”输出

前端之家收集整理的这篇文章主要介绍了linux – 作业命令的“”和“ – ”输出前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
参见英文答案 > What do the suffixes “+” and “-” after the job id of background jobs mean?2个
“”和“ – ”符号在jobs命令的以下输出中的含义是什么.
-bash-4.1$jobs
 [1]-  Running                 awk '{print $1,$2,$3,$4}' final_ped.ped > only_ped &
 [2]+  Running                 awk '{if($6==1 || $6==2) print $1,$2}' final_ped.ped > comp_list &

解决方法

字符”标识将用作fg或bg实用程序的默认作业;也可以使用job_id%或“%%”指定此作业.字符’ – ‘标识当前默认作业退出时将成为默认作业;也可以使用job_id% – 指定此作业.

从这里:http://www.linuxquestions.org/questions/linux-software-2/output-of-jobs-command-563880/

原文链接:https://www.f2er.com/linux/394442.html

猜你在找的Linux相关文章