Y
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
inopinatus
2093 days ago
It's because the result of a glob is not immediately subjected to shell expansion.
link