Hacker News new | ask | show | jobs
by zokier 548 days ago
On Unix programs get arguments as array of strings. On Windows programs get command line as single string.

Strictly speaking that does not explain where globbing happens, but it does help understanding where they come from.