bash changes its behavior depending on the value of the "IFS" variable – unix.stackexchange.com

When I set the IFS variable to a space, bash treats multiple spaces as one space (myprogram is a program that prints the command line arguments it receives): IFS=" " x="hello hi world" ./...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "bash changes its behavior depending on the value of the "IFS" variable – unix.stackexchange.com"