-->

Wednesday, March 13, 2013

For Loop File Names With Spaces

from this excellent post on the subject, this works for Bash, and it MUST be tested for Makefile

Set the following variables


SAVEIFS=$IFS
IFS=$(echo -en "\n\b")

No comments:

Post a Comment