Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The character '+' identifies the job that would be used as default for the fg or bg utilities; this job can also be specified using the job_id %+ or "%%" . The character '-' identifies the job that would become the default if the current default job were to exit; this job can also be specified using the job_id %-.
my man pages had jobs under bash bulletins ... didn't seem to have any info on the +/-. Probably should have looked for a different manual version online before coming here... Thanks for the answer though!
my man pages had jobs under bash bulletins ... didn't seem to have any info on the +/-. Probably should have looked for a different manual version online before coming here... Thanks for the answer though!
Yup ... a bash built-in.
Quote:
Originally Posted by man bash
Code:
job stopped while it was in the foreground or started in the back-
ground. The previous job may be referenced using %-. In output per-
taining to jobs (e.g., the output of the jobs command), the current job
is always flagged with a +, and the previous job with a -. A single %
(with no accompanying job specification) also refers to the current
job.
Of course RedHat may have fubared the man-pages for bash ...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.