Re: Problem w/ wildcards w/ tcsh

2001-12-29 Thread Corinna Vinschen
On Fri, Dec 28, 2001 at 05:15:16PM -0600, Bill Priest wrote: > Jeff & All, > Thanks commenting out "set noglob" fixed the problem. It would > seem to me that set noglob should not be the default in csh.cshrc. This > is not the case in Linux or Solaris. The csh.cshrc file says that these

RE: Problem w/ wildcards w/ tcsh

2001-12-28 Thread Jeff Hu
Try commenting out the "set noglob" line in /etc/csh.cshrc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Priest Sent: Friday, December 28, 2001 4:12 PM To: [EMAIL PROTECTED] Subject: Problem w/ wildcards w/ tcsh All, In win2k serv

Re: Problem w/ wildcards w/ tcsh

2001-12-28 Thread Peter Buckley
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

Problem w/ wildcards w/ tcsh

2001-12-28 Thread Bill Priest
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 "