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

Globbing documentation



Hello,

I am quite confused about the documentation of the extended globbing.

It seems there is a mistake on the page:
http://zsh.sourceforge.net/Intro/intro_2.html

If I believe the results of my tests,

% ls *run<>*
run123  run2    run234  run240  run303

*is WRONG.*

% ls *run<->*
run123  run2    run234  run240  run303

*is the RIGHT command.*

Maybe someone can please correct the typo.

Cheers
Sébastien


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