mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 15:10:49 +02:00
commit bash-20161014 snapshot
This commit is contained in:
+4
-4
@@ -2053,9 +2053,9 @@ nesting level. Function invocations that exceed this nesting level
|
||||
will cause the current command to abort.
|
||||
.TP
|
||||
.B GLOBIGNORE
|
||||
A colon-separated list of patterns defining the set of filenames to
|
||||
A colon-separated list of patterns defining the set of file names to
|
||||
be ignored by pathname expansion.
|
||||
If a filename matched by a pathname expansion pattern also matches one
|
||||
If a file name matched by a pathname expansion pattern also matches one
|
||||
of the patterns in
|
||||
.SM
|
||||
.BR GLOBIGNORE ,
|
||||
@@ -3483,12 +3483,12 @@ shell options.
|
||||
The
|
||||
.SM
|
||||
.B GLOBIGNORE
|
||||
shell variable may be used to restrict the set of filenames matching a
|
||||
shell variable may be used to restrict the set of file names matching a
|
||||
.IR pattern .
|
||||
If
|
||||
.SM
|
||||
.B GLOBIGNORE
|
||||
is set, each matching filename that also matches one of the patterns in
|
||||
is set, each matching file name that also matches one of the patterns in
|
||||
.SM
|
||||
.B GLOBIGNORE
|
||||
is removed from the list of matches.
|
||||
|
||||
Reference in New Issue
Block a user