Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
s it go in the 'home' directory? i noticed there is quite a bit of info on this tcsh/ls subject on the website but i am not clear what the complete solution is. thanks for your help. mike parks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
igor, - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "mike parks" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 19, 2002 3:30 PM Subject: Re: Fw: problem with ls and similar commands in tcsh > > *

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
Igor, thanks for explaining the 'shift' keys.:) > Does 'echo temp*' work? 'echo temp*' returns temp* > Compare the environments in bash and tcsh. Did you try setting CYGWIN? i set CYGWIN in /etc/profile and the control panel to export CYGWIN="check_case:adjust nostr

Re: Fw: problem with ls and similar commands in tcsh

2002-10-20 Thread mike parks
Igor, > On the tcsh command line, type 'ls temp*' (no Enter), then press Ctrl-X > and then press '*'. This should expand to the three filenames below. If > it instead expands to 'temp\*', you probably have noglob set > Another way of checking whether noglob is set is 'set | grep noglob' at > th

Re: Fw: problem with ls and similar commands in tcsh

2002-10-21 Thread mike parks
Igor, let me back up a little here. i am trying to setup my pc at home as a work station. this is relatively new for me because in the past at various jobs it was already done. so some of the things you ask about i am not certain, like the glob. > Does the glob expansion function of tcsh (^X-*)

problem with setting up tcsh as default shell

2002-10-21 Thread mike parks
hi, i am having trouble setting tcsh as my default shell. cygwin does not seem to pick up the settings in the .tcshrc from my $HOME directory. i started with the default profile and csh.cshrc files that came with the cygwin download. i noticed that cygwin seemed to start the bash shell from cygw

Re: problem with setting up tcsh as default shell

2002-10-22 Thread mike parks
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "mike parks" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 7:58 AM Subject: Re: problem with setting up tcsh as default shell > On Tue, 22 Oct 2002, mike