\section{Standard Module \sectcode{glob}}
\label{module-glob}
\stmodindex{glob}
-\setindexsubitem{(in module glob)}
The \module{glob} module finds all the pathnames matching a specified
pattern according to the rules used by the \UNIX{} shell. No tilde
\end{funcdesc}
For example, consider a directory containing only the following files:
-\file{1.gif}, \file{2.txt}, and \file{card.gif}. \function{glob.glob()}
+\file{1.gif}, \file{2.txt}, and \file{card.gif}. \function{glob()}
will produce the following results. Notice how any leading components
of the path are preserved.
\section{Standard Module \sectcode{glob}}
\label{module-glob}
\stmodindex{glob}
-\setindexsubitem{(in module glob)}
The \module{glob} module finds all the pathnames matching a specified
pattern according to the rules used by the \UNIX{} shell. No tilde
\end{funcdesc}
For example, consider a directory containing only the following files:
-\file{1.gif}, \file{2.txt}, and \file{card.gif}. \function{glob.glob()}
+\file{1.gif}, \file{2.txt}, and \file{card.gif}. \function{glob()}
will produce the following results. Notice how any leading components
of the path are preserved.