This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]