When using /bin/bash
, what is the difference between the following two cases:
- echo $IFS
- echo "$IFS"
I observe different outputs.
For example, if IFS contains
While There are other differences as well, for example if IFS contains an enter, it will be also hidden in the first version, but not in the second. |
|||||||||||||||||||||
|
IFS
, is all over the Internet (including this site). – blujay Sep 12 '15 at 0:59