This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug Report: File globbing in CMD shell


Cygwin is a UNIX emulation product, so backslashes quote the following
character as they do under UNIX.

cgf

On Thu, Jun 10, 1999 at 11:10:18AM -0400, Henry Gessau wrote:
>D:\Henry>ls tmpdir/*
>tmpdir/tmp.txt
>
>D:\Henry>ls tmpdir\*
>ls: tmpdir*: No such file or directory
>
>D:\Henry>ls tmpdir\\*
>ls: tmpdir\*: No such file or directory
>
>D:\Henry>ls tmpdir\tmp.txt
>tmpdir\tmp.txt
>
>------------------------------------------------------------------
>
>Cygwin beta 20.1 (usertools.exe)
>WinNT Ver 4.0 build 1381 Service Pack 4

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]