Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Globbing symlinks-to-${glob_qualifier}



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.




Messages sorted by: Reverse Date, Date, Thread, Author