Hacker News new | ask | show | jobs
by vbezhenar 2093 days ago
I thought that it would iterate over space-separated tokens. But it works, some magic here, thanks, that's definitely the proper way to go.
1 comments

It's because the result of a glob is not immediately subjected to shell expansion.