Input Field Separators
For many command line interpreters (“shell”) of Unix operating systems, the input field separators or internal field separators or $IFS shell variable holds characters used to separate text into tokens. The value of IFS, (in the bash shell) typically includes the space, tab, and the newline characters by default.