mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 05:30:49 +02:00
commit bash-20180322 snapshot
This commit is contained in:
+3
-1
@@ -11820,7 +11820,9 @@ but the <code>FIGNORE</code> shell variable is used.
|
||||
is considered.
|
||||
The string is first split using the characters in the <code>IFS</code>
|
||||
special variable as delimiters.
|
||||
Shell quoting is honored.
|
||||
Shell quoting is honored within the string, in order to provide a
|
||||
mechanism for the words to contain shell metacharacters or characters
|
||||
in the value of <code>IFS</code>.
|
||||
Each word is then expanded using
|
||||
brace expansion, tilde expansion, parameter and variable expansion,
|
||||
command substitution, and arithmetic expansion,
|
||||
|
||||
Reference in New Issue
Block a user