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 service pack 2 CYGW

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