On Monday 05 February 2007 02:59, Rajko M. wrote: > Anders example: > bash scriptname.sh > is in openSUSE equivalent to > sh scriptname.sh > in instructions on nVidia web site as sh is only symlink to bash.
No, not exactly. When bash is called as "sh", it tries as far as possible to behave like older unix shells. There are differences (although they shouldn't be relevant for most scripts) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
