Re: wildcard for tcsh

2002-01-21 Thread Tom Broadbent
of course i got it from the cygwin website. originally when i installed cygwin i searched google to figure out an interesting *feature* of the login program (specifically that you can't use it to change users) AND i searched google a bunch to figure out the whole passwd file and win2K problem wh

Re: wildcard for tcsh

2002-01-21 Thread Christopher Faylor
On Mon, Jan 21, 2002 at 03:50:47PM -0800, Tom Broadbent wrote: >well if the truth be known... > >in the begining i didn't even *know* what 'mailing list archives' to >look through. my response to mr. Pavel Tsekov was a personal email, >meant to be taken light heartedly, and was, incidentally, a

Re: wildcard for tcsh

2002-01-21 Thread Tom Broadbent
well if the truth be known... in the begining i didn't even *know* what 'mailing list archives' to look through. my response to mr. Pavel Tsekov was a personal email, meant to be taken light heartedly, and was, incidentally, a form of a 'thank-you' for his answer to my question (see below). i

Re: wildcard for tcsh

2002-01-21 Thread Larry Hall (RFK Partners, Inc)
At 09:27 AM 1/21/2002, Pavel Tsekov wrote: >No need to e-mail me personally. Hope you'll get >your answer the next time too. > >Tom Broadbent wrote: > >>>No trouble at all! :) >>> >>>Check this: http://sources.redhat.com/ml/cygwin/2001-12/msg01272.html >>> >>>Next time try to search the mailing li

Re: wildcard for tcsh

2002-01-21 Thread Pavel Tsekov
No need to e-mail me personally. Hope you'll get your answer the next time too. Tom Broadbent wrote: >>No trouble at all! :) >> >>Check this: http://sources.redhat.com/ml/cygwin/2001-12/msg01272.html >> >>Next time try to search the mailing list archives. >> > > > no thanks - i'd rather wait f

Re: wildcard for tcsh

2002-01-21 Thread Pavel Tsekov
Heyho! :) Tom Broadbent wrote: > hi > > first off, i love using cygwin. now for the question... > > i am using a tcsh and the wildcard character ' * ' doesn't seem to work. > > if i type something like: grep foo * > > i get the following error: grep: *: No such file or directory > > > w

wildcard for tcsh

2002-01-21 Thread Tom Broadbent
hi first off, i love using cygwin. now for the question... i am using a tcsh and the wildcard character ' * ' doesn't seem to work. if i type something like: grep foo * i get the following error: grep: *: No such file or directory what is the trouble? if i use a bash shell things work da