<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Glob (programming) - Page 11 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Glob_(programming)&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Glob_%28programming%29&amp;p=12">3.Next</a>
</p>
<p>Shell globs.</p>

<p>Traditionally, globs do not match hidden files in the form of Unix <a href="page.php?w=dotfiles">dotfiles</a>; to match them the pattern must explicitly start with <code>.</code>. For example, <code>*</code> matches all visible files while <code>.*</code> matches all hidden files.</p>

<p><big>Syntax</big></p>
<p>The most common wildcards are , , and .</p>

<p>Normally, the path separator character ( on Linux/Unix, MacOS, etc. or  on Windows) will never be matched. Some shells, such as <a href="page.php?w=Bourne_shell">Unix shell</a> have</p><p>
<a accesskey="1" href="page.php?w=Glob_(programming)&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Glob_%28programming%29&amp;p=12">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
