> -----Original Message----- > From: cygwin-owner On Behalf Of Alberto Serrano de la Casa > Sent: 21 January 2004 14:51 > To: [EMAIL PROTECTED] > Subject: RE: RSH1001 rsh command error > > I think you are wright, Dave. > I have realized i'm not using cygwin rsh ( it's reflection's > one!!! ) What is the path of cygwin's rsh? I can't find it at > the bin directory.
To find out which version of rsh you're actually using: which rsh To find out where rsh.exe lives in the cygwin tree: find . -name rsh\.exe -print To check all versions of rsh.exe found anywhere in your $PATH: cygcheck -v rsh [ Hey! We're back on-topic at last! :) ] cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/