Many job control commands take jobID as an
argument. This argument can be specified as follows:
- %n
-
Job number n.
- %s
-
Job whose command line starts with string s.
- %?s
-
Job whose command line contains string s.
- %%
-
Current job.
- %
-
Current job (same as preceding).
- %+
-
Current job (same as preceding).
- %-
-
Previous job.
 |  |  |
8.7. Command-Line Manipulation |  | 8.9. Built-in Commands |