Useful Shell Script Variables - Part III - IFS (Internal Field Separator)
Useful Shell Script Variables - Part III - IFS (Internal Field Separator) Another shell script variable that you should become comfortable using is the IFS, or internal field separator, variable. The shell uses the value stored in IFS, which is the space,...