bash:ifs_internal_field_separator
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bash:ifs_internal_field_separator [2020/07/15 09:30] – external edit 127.0.0.1 | bash:ifs_internal_field_separator [2021/01/26 11:57] (current) – [BASH - IFS (internal field separator)] peter | ||
---|---|---|---|
Line 16: | Line 16: | ||
* In the **read** command, if multiple variable-name arguments are specified, IFS is used to split the line of input so that each variable gets a single field of the input. | * In the **read** command, if multiple variable-name arguments are specified, IFS is used to split the line of input so that each variable gets a single field of the input. | ||
- | |||
* When performing WordSplitting on an unquoted expansion, IFS is used to split the value of the expansion into multiple words. | * When performing WordSplitting on an unquoted expansion, IFS is used to split the value of the expansion into multiple words. | ||
- | |||
* When performing the " | * When performing the " | ||
- | |||
* Likewise, when doing " | * Likewise, when doing " | ||
- | |||
* IFS is used by complete -W under programmable completion. | * IFS is used by complete -W under programmable completion. | ||
bash/ifs_internal_field_separator.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1