mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 19:50:32 +02:00
commit bash-20110506 snapshot
This commit is contained in:
+5
-1
@@ -3124,7 +3124,11 @@ If one of these characters appears, then the word is
|
||||
regarded as a
|
||||
.IR pattern ,
|
||||
and replaced with an alphabetically sorted list of
|
||||
file names matching the pattern.
|
||||
file names matching the pattern
|
||||
(see
|
||||
.SM
|
||||
.B "Pattern Matching"
|
||||
below).
|
||||
If no matching file names are found,
|
||||
and the shell option
|
||||
.B nullglob
|
||||
|
||||
+2
-1
@@ -2044,7 +2044,8 @@ After word splitting, unless the @option{-f} option has been set
|
||||
If one of these characters appears, then the word is
|
||||
regarded as a @var{pattern},
|
||||
and replaced with an alphabetically sorted list of
|
||||
file names matching the pattern. If no matching file names are found,
|
||||
file names matching the pattern (@pxref{Pattern Matching}).
|
||||
If no matching file names are found,
|
||||
and the shell option @code{nullglob} is disabled, the word is left
|
||||
unchanged.
|
||||
If the @code{nullglob} option is set, and no matches are found, the word
|
||||
|
||||
Reference in New Issue
Block a user