$IFS
–
Characters to separate fields
The shell uses each character of the IFS
variable as a separator during word splitting.
Links
Examples
- IFS to split a word
1 2 3
var1="a+b+c" IFS=+ echo $var1
BashSuport Pro ist eine Bash und POSIX IDE mit Unterstützung für $IFS – probieren Sie es aus!