globbing feature in 17.1 when not under bash issue (bug)

David Ellis dg_ellis@ccm.jf.intel.com
Fri Feb 21 14:11:00 GMT 1997


I don't remember where I read this, but I remember that a new
feature of 17.1 (possibly earlier) was to make globing work on
command lines if the program was not invoked under bash. Seems to me
that quoting of arguments was overlooked. Here is the test case

  find . -name '*.doc'

Works great under bash but does a glob under cmd.exe and comes up
with an effective comand line like:
  find . -name barf.doc two.doc more.doc

which is not very valid for find syntax.

<hope this is not a repeat>
<please add me to the mailing list>

   David Ellis  dg_ellis@ccm.jf.intel.com
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list