Internal field separator
From Wikipedia, the free encyclopedia
In Unix operating systems, internal field separator (abbreviated IFS) refers to the character or characters designated as whitespace by the operating system. IFS is actually a system variable, and it can be modified, which is useful programmatically in a number of ways.
IFS typically includes the space and the newline.
Some examples on how to apply the use of IFS in Bash scripts:
http://tldp.org/LDP/abs/html/internalvariables.html
http://www.cyberciti.biz/faq/bash-for-loop-spaces/
| This computer science article is a stub. You can help Wikipedia by expanding it. |