On UNIX, expanding globs (*.txt) is the shell’s job.
On Windows, expanding globs is the program’s job.
I used to have a bunch of four-line Python programs to, essentially, run `flac --best --replay-gain *.wav`.
Strictly speaking that does not explain where globbing happens, but it does help understanding where they come from.
On UNIX, expanding globs (*.txt) is the shell’s job.
On Windows, expanding globs is the program’s job.
I used to have a bunch of four-line Python programs to, essentially, run `flac --best --replay-gain *.wav`.