On Sunday, October 19, 2025, Zachary Santer <[email protected]> wrote: > > My shell is in POSIX mode, but turning that off doesn't seem to make a > difference. >
$ shopt -s failglob $ x*y bash: no match: x*y Turn off failglob -- Oğuz
On Sunday, October 19, 2025, Zachary Santer <[email protected]> wrote: > > My shell is in POSIX mode, but turning that off doesn't seem to make a > difference. >
$ shopt -s failglob $ x*y bash: no match: x*y Turn off failglob -- Oğuz