> That's not good enough for scripting.

An expectation of complete congruence Unix <> Cygwin seems unrealistically
high to me. I've got a few scripts incorporating a branch as follows

        #! /bin/sh
        if [ -d c:/ ]
        then
          {Cygwin stuff}
        else
          {Unix equivalent}
        fi

but the number of such scripts is quite tiny, relatively speaking (about 4
in 100).

Fergus






--
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/

Reply via email to