mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 20:30:52 +02:00
commit bash-20120302 snapshot
This commit is contained in:
+4
-4
@@ -3638,9 +3638,9 @@ is the result of quote removal on
|
||||
.IR word ,
|
||||
and the lines in the here-document are not expanded.
|
||||
If \fIword\fP 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
|
||||
all lines of the here-document are subjected to
|
||||
parameter expansion, command substitution, and arithmetic expansion,
|
||||
the character sequence
|
||||
.B \e<newline>
|
||||
is ignored, and
|
||||
.B \e
|
||||
@@ -3670,7 +3670,7 @@ A variant of here documents, the format is:
|
||||
The \fIword\fP 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.
|
||||
.SS "Duplicating File Descriptors"
|
||||
|
||||
Reference in New Issue
Block a user