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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <005c01c277bc$ea7f6650$4810530c@mike> From: "mike parks" To: References: Subject: Re: Fw: problem with ls and similar commands in tcsh Date: Sat, 19 Oct 2002 17:14:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 nostrip_title" CYGWIN check_case:adjust nostrip_title respectively. i still have the same bizarre behavior. > It also seems that the wildcard is not expanded by tcsh (if it were, your > error message would be 'ls: No match.', not 'ls: temp*: No such file or > directory'). Are you running cygwin's tcsh (run 'which tcsh' to find > out)? 'which tcsh' returns /usr/bin/tcsh > You forgot the space between 'cmd' and '/c'... However, if ls works in > bash, that's probably not necessary to run, anyway. oops! i did not see the space. 'cmd /c "dir temp*"' works thanks mike -- 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/