On Wed, Aug 18, 2021 at 6:11 AM Zach Riggle <zachriggle@xxxxxxxxx> wrote: > > Interestingly, it appears that nullglob takes priority over nomatch. > Yet another "Today I Learned." > > $ setopt nullglob nomatch > > $ python -c 'import sys; print(sys.argv[1:])' *(@/) > [] You might be interested in cshnullglob.