| shell - Understanding IFS - Unix & Linux Stack Exchange2011年12月13日 -  IFS is typically discussed in the context of "field splitting". Is field ... while IFS= read -r line do echo $line done < /path_to_text_file. behave if we ... unix.stackexchange.com |