> Will there be a problem if I run Bourne Script > under Bash? You might have a problem... or maybe not.
Though bash is compatible with sh, you might encounter some incompatibilities. google for "bash faq" to see the difference. What's confusing is that sh is linked to bash in some Linux distro! Other unices like FreeBSD, Solaris, etc has it's own separate bourne shell which is distinctly different with bash. Are you trying to create scripts which is portable? Then you might want to explore using ksh instead if that is the case... --- Andre M. Varon, SCSA http://andre.lasaltech.com _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
