mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20190118 snapshot
This commit is contained in:
+1
-1
@@ -2234,7 +2234,7 @@ array in turn, and the expansion is the resultant list.
|
||||
@itemx $@{@var{parameter}%%@var{word}@}
|
||||
The @var{word}
|
||||
is expanded to produce a pattern and matched according to the rules
|
||||
described below (@pxref{Pattern Matching}). If the pattern matches
|
||||
described below (@pxref{Pattern Matching}).
|
||||
If the pattern matches a trailing portion of the expanded value of
|
||||
@var{parameter}, then the result of the expansion is the value of
|
||||
@var{parameter} with the shortest matching pattern (the @samp{%} case)
|
||||
|
||||
Reference in New Issue
Block a user