bash:ifs_internal_field_separator
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bash:ifs_internal_field_separator [2019/12/07 01:39] – created peter | 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.1575682758.txt.gz · Last modified: 2020/07/15 09:30 (external edit)