mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 12:50:49 +02:00
commit bash-20200527 snapshot
This commit is contained in:
+2
-1
@@ -8257,7 +8257,8 @@ previous job with a @samp{-}.
|
||||
A job may also be referred to
|
||||
using a prefix of the name used to start it, or using a substring
|
||||
that appears in its command line. For example, @samp{%ce} refers
|
||||
to a stopped @code{ce} job. Using @samp{%?ce}, on the
|
||||
to a stopped job whose command name begins with @samp{ce}.
|
||||
Using @samp{%?ce}, on the
|
||||
other hand, refers to any job containing the string @samp{ce} in
|
||||
its command line. If the prefix or substring matches more than one job,
|
||||
Bash reports an error.
|
||||
|
||||
Reference in New Issue
Block a user