mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 00:38:15 +02:00
commit bash-20120601 snapshot
This commit is contained in:
+2
-2
@@ -1796,7 +1796,7 @@ Bash uses the value of the variable formed from the rest of
|
||||
expanded and that value is used in the rest of the substitution, rather
|
||||
than the value of @var{parameter} itself.
|
||||
This is known as @code{indirect expansion}.
|
||||
The exceptions to this are the expansions of $@{!@var{prefix}@*@}
|
||||
The exceptions to this are the expansions of $@{!@var{prefix}*@}
|
||||
and $@{!@var{name}[@@]@}
|
||||
described below.
|
||||
The exclamation point must immediately follow the left brace in order to
|
||||
@@ -8169,7 +8169,7 @@ which matches @var{pattern} and replaces it with @var{replacement} in
|
||||
the value of @code{var}, is available (@pxref{Shell Parameter Expansion}).
|
||||
|
||||
@item
|
||||
The expansion @code{$@{!@var{prefix@}*}} expansion, which expands to
|
||||
The expansion @code{$@{!@var{prefix}*@}} expansion, which expands to
|
||||
the names of all shell variables whose names begin with @var{prefix},
|
||||
is available (@pxref{Shell Parameter Expansion}).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user