Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C2CE3D0.6040009@cportcorp.com> Date: Fri, 28 Dec 2001 16:27:44 -0500 From: Peter Buckley User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Bill Priest CC: cygwin AT cygwin DOT com Subject: Re: Problem w/ wildcards w/ tcsh References: <20011228151140 DOT 7eee0744 DOT priestwilliaml AT yahoo DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I don't have tcsh, but I played with bash and command shell. I have cygwin 1.3.3-2 and winnt4.0sp6 cmd.exe: >ls * (lists everything recursively) >echo * * >ls "*" ls: *: No such file or directory >echo "*" "*" bash: >ls * (lists everything recursively) >echo * (echoes everything in .) >ls "*" ls: *: No such file or directory >echo "*" * HTH, Peter Bill Priest wrote: > All, > > In win2k service pack 2 > CYGWIN set to binmode;tty;ntsec > TERM set to cygwin > > I updated to the latest cygwin using setup and > I noticed that "ls *" doesn't work as expected. > It gives "ls: *: No such file or directory" > > If I do > echo * > * > > Using bash it works as expected; if I do ls "*" in bash I get the same error > as tcsh, so it appears that the shell is not expanding "*" for some reason. > > I've been using tcsh for months on this machine and I just got this error > recently. > > I reverted back to tcsh xx.xx-2 using setup and I get the same results. > I renamed my .tcshrc file and I get the same results. > My mounts are all binary > > I just tried the following on a different machine. > Updated all cygwin except tcsh > executed cygwin.bat and "ls *" worked as expected > Updated tcsh to -2 (ie. previous in setup) and "ls *" stopped working (ie. as above) > Updated tcsh to -3 (ie. current in setup) and "ls *" remained not working > > Is anyone else seeing this problem? > Since I don't know how to go back to the "-1" version and source, I'm not sure how > to isolate this problem further. > > Any hints or pointers to the source versions (specifically the -1 that works); I know > how to get the source for -2. > > FYI, > > Bill > PS. If there is further information required to debug this problem; please email me > directly as I am on digest for cygwin. > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [OK] -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/