> > I write many scripts in sh on Solaris, and find they just don't work on > > Linux because /bin/sh on Linux is really /bin/bash and is not bacwards > > compatible. I HATE this.
Not to mention there is simply POSIX sh that you can have on linux, I personally like ash as it's got the speed, and features I like while being IIRC POSIX compliant sh. You would know this had you spent 5 minutes on google instead of 3 days complaining. -- Mike Partin <[EMAIL PROTECTED]> _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

