This is the mail archive of the cygwin 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: Weird behavior of tcsh.exe?


On Mar  4 06:55, sborer wrote:
> 
> Hi, I'm not sure if this is a bug or some kind of feature, but it seems like
> the behavior of tcsh.exe somewhat depends on its file name.
> running the line: 
> tcsh.exe -c 'echo "d:\a\b\c"' 
> results in the output: "d". As if escaping of the argument occurred.
> if i copy tcsh.exe to a different name not starting with tcsh.exe, for
> example ntcsh.exe, then running:
> ntcsh.exe -c 'echo "d:\a\b\c"' 
> results in the output: "d:\a\b\c"
> Is this intentional? (Are there inside the code of tcsh.exe some lines that
> actually check its filename and determine its behavior accordingly?)

Yes.  If the name is tcsh, it behaves as tcsh, as csh otherwise.
As for the builtin echo command, the tcsh variant allows SysV and
BSD-style, the non-tcsh version only BSD-style.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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