Zsh N glob qualifier:

sets the NULL_GLOB option for the current pattern

•> echo nosuchfile*
zsh: no matches found: nosuchfile*

1> echo nosuchfile*(N)


•>
*****
Written on