"H. S." wrote: > er .. how can I do that using SSH and non-interactively?
The same way you'd run any ssh command? if ssh host uname \| grep -q CYGWIN; then echo "it's running cygwin"; else echo "it's not running cygwin"; fi -- 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/