Mail Archives: cygwin/2004/09/27/05:36:30
I've installed xinetd cygwin, in c:/cygwin/root, and execute it with /usr/sbin/xinetd -d to see the connection on the screen
If I use the cygwin tools, I've got echo on the command I use :
chrdelar AT ptxw09247:?:FA_26 /home/chrdelar> rsh ptxw09112 "/cygdrive/c/cygwin/root/bin/sh -c pwd"
/cygdrive/u
chrdelar AT ptxw09247:?:FA_26 /home/chrdelar>
But If I use other tools like mingw :
chrdelar AT ptxw09247:?:FA_26 /home/chrdelar> rsh ptxw09112 "/cygdrive/c/msys/1.0/bin/sh -c pwd"
chrdelar AT ptxw09247:?:FA_26 /home/chrdelar>
No echo/result of pwd appears.
If I try with rlogin :
chrdelar AT ptxw09247:?:FA_26 /home/chrdelar> rlogin ptxw09112
chrdelar AT ptxw09112 ~
$ /cygdrive/c/msys/1.0/bin/sh.exe -c "pwd"
/u
$
I've got the result
Why did I not get my pwd answer on the rsh example ?
How to connect the stdout of msys (on other sh like tools) to stdout of rsh ?
Is this the same pb as getting the output of a cmd.exe prog, where I've read nothing is possible to get the output ?
Any workaround ?
I need the command to be executed in a non cygwin shell, to be compliant with a compilation process.
Thanks
-----------------------------------------------------------------
Visit our Internet site at http://www.reuters.com
Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
--
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/
- Raw text -