Penguin
Annotated edit history of Glob version 3 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 PerryLorier 1 See glob(7).
2
3 "Globbing" is the pattern matching you do on files. not to be confused with regex(7)'s.
4
5 some examples of globs would be:
3 PerryLorier 6 <verbatim>
1 PerryLorier 7 *.so
8 *.sh
9 access.log.?
10 /etc/{passwd,motd}
3 PerryLorier 11 </verbatim>