Bash Built-In Variables

From NovaOrdis Knowledge Base
Revision as of 23:36, 29 February 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Standard Environment Variables

IFS

Note you must set IFS back to " " after setting it to something else, so the basic shell function work as expected. This is done with IFS=" ".

Also see:

bash set List Separator