In article <20101130205911.52ee717...@cvs.netbsd.org>, Jukka Ruohonen <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jruoho >Date: Tue Nov 30 20:59:10 UTC 2010 > >Modified Files: > src/distrib/sets/lists/man: mi > src/share/man/man7: Makefile >Added Files: > src/share/man/man7: glob.7 > >Log Message: >Add glob(7). > >From OpenBSD. Written by Todd C. Miller.
That's nice, but most of our globbing code does not support [:foo:] and supports tilde and brace expansion. We need to make a note of those and/or fix them. christos