| Text-only | Table of Contents (frame/ no frame) |
| (8) Filename Wildcards |
|
Wildcards may be used in the directory parts of a pathname as well as the filename part. If no files match the wildcard, it is left unchanged. Wildcards are not full regular expressions. Sed, grep, awk etc. work with more flexible (and more complex) string matching operators.
*
?
[...]
[ - ]
[!...]
chapter[1-5].* could match chapter1.tex, chapter4.tex, chapter5.tex.old.
It would not match chapter10.tex or chapter1
| wildcards.src last modified Mar 11, 2005 | Introduction | Table of Contents (frame/no frame) |
Printable (single file) |
© Dartmouth College |