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: tcsh doesn't find commands that end with .exe


On Jun 13 11:34, Volker Quetschke wrote:
> I have the following problem with tcsh:
> 
> tcsh doesn't find the program if the .exe extension is given.  whoami is
> only an example, this also happens to other programs.
> 
> [quetschke@Macros ~]$ which whoami
> /usr/bin/whoami
> [quetschke@Macros ~]$ which whoami.exe
> whoami.exe: Command not found.
> [quetschke@Macros ~]$ whoami
> quetschke
> [quetschke@Macros ~]$ whoami.exe
> whoami.exe: Command not found.
> [quetschke@Macros ~]$ /bin/which whoami.exe
> /usr/bin/whoami.exe

That's by design.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]