Is it just more efficient in resources to use plain #! /bin/sh
rather than bash?


No, it just makes your script more portable to systems that might not have bash.

Some systems that /do/ have bash installed have /bin/sh linked to it, but some don't have bash by default or choice (Solaris, FreeBSD, et al.)

--
David Piniella
University of Miami



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to