On Tue, 27 Sep 2022 11:28:59 -0400, Josiah Frentsos wrote: > From ksh(1): > > [[ expression ]] > Similar to the test and [ ... ] commands (described later), with > the following exceptions: > > o Field splitting and file name generation are not > performed on arguments.
Ah, right. I don't always remember the rules for those new-fangled double-bracket expressions ;-) - todd