mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 04:10:49 +02:00
commit bash-20120302 snapshot
This commit is contained in:
+4
-4
@@ -2466,9 +2466,9 @@ arithmetic expansion, or filename expansion is performed on
|
||||
@var{delimiter} is the result of quote removal on @var{word},
|
||||
and the lines in the here-document are not expanded.
|
||||
If @var{word} is unquoted,
|
||||
all lines of the here-document are subjected to parameter expansion,
|
||||
command substitution, and arithmetic expansion. In the latter
|
||||
case, the character sequence @code{\newline} is ignored, and @samp{\}
|
||||
all lines of the here-document are subjected to
|
||||
parameter expansion, command substitution, and arithmetic expansion,
|
||||
the character sequence @code{\newline} is ignored, and @samp{\}
|
||||
must be used to quote the characters
|
||||
@samp{\}, @samp{$}, and @samp{`}.
|
||||
|
||||
@@ -2487,7 +2487,7 @@ A variant of here documents, the format is:
|
||||
The @var{word} undergoes
|
||||
brace expansion, tilde expansion, parameter and variable expansion,
|
||||
command substitution, arithmetic expansion, and quote removal.
|
||||
Pathname expansion word splitting are not performed.
|
||||
Pathname expansion and word splitting are not performed.
|
||||
The result is supplied as a single string to the command on its
|
||||
standard input.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user