Text-only Table of Contents (frame/ no frame)
(8) Filename Wildcards Previous Top Next

Filename Wildcards

The following characters are interpreted by the shell as filename wildcards, and any word containing them is replaced by a sorted list of all the matching files. More detail
*
Match zero or more characters.
?
Match any single character
[...]
Match any single character from the bracketed set. A range of characters can be specified with [ - ]
[!...]
Match any single character NOT in the bracketed set.
Example:
chapter[1-5].* could match chapter1.tex, chapter4.tex, chapter5.tex.old. It would not match chapter10.tex or chapter1

Previous Top Next


wildcards.src  last modified Mar 11, 2005 Introduction Table of Contents
(frame/no frame)
Printable
(single file)
© Dartmouth College