* cygwinenv.sgml (using-cygwinenv): Clarify "glob" works.

This commit is contained in:
Christopher Faylor 2011-07-15 20:59:07 +00:00
parent 7890be6e7d
commit b5b62e5445
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-07-15 Christopher Faylor <me.cygwin2011@cgf.cx>
* cygwinenv.sgml (using-cygwinenv): Clarify "glob" works.
2011-06-15 Corinna Vinschen <corinna@vinschen.de> 2011-06-15 Corinna Vinschen <corinna@vinschen.de>
* cygwinenv.sgml (using-cygwinenv): Move envcache, strip_title, title, * cygwinenv.sgml (using-cygwinenv): Move envcache, strip_title, title,

View File

@ -37,10 +37,12 @@ There is no default set.
<listitem> <listitem>
<para><envar>(no)glob[:ignorecase]</envar> - if set, command line arguments <para><envar>(no)glob[:ignorecase]</envar> - if set, command line arguments
containing UNIX-style file wildcard characters (brackets, question mark, containing UNIX-style file wildcard characters (brackets, braces, question mark,
asterisk, escaped with \) are expanded into lists of files that match asterisk, escaped with \) are expanded into lists of files that match
those wildcards. those wildcards.
This is applicable only to programs running from a DOS command line prompt. This is applicable only to programs run from non-Cygwin programs such as a CMD prompt.
That means that this setting does not affect globbing operations for shells such as
bash, sh, tcsh, zsh, etc.
Default is set.</para> Default is set.</para>
<para>This option also accepts an optional <literal>[no]ignorecase</literal> modifer. <para>This option also accepts an optional <literal>[no]ignorecase</literal> modifer.
If supplied, wildcard matching is case insensitive. The default is <literal>noignorecase</literal></para> If supplied, wildcard matching is case insensitive. The default is <literal>noignorecase</literal></para>