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

Re: Filename Expansion



> setopt nullglob

Writing
        for i in *.vhd(N); do
is better since it does not change the options (the setopt nullglob
is "local").

Vincent Lefevre.



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