Does Darwin/MacOS modify Bash?

后端 未结 3 1758
礼貌的吻别
礼貌的吻别 2021-01-19 18:56

I\'m wondering about the portability of Bash scripts that use Bash built-in commands.

I understand that each flavor of UNIX tends to modify various UNIX utilities. B

3条回答
  •  既然无缘
    2021-01-19 19:19

    bash version 4 is not shipping on Darwin or MacOS Lion. so the mac does not support the improvements to the read command, etc which is unfortunate.

    cygwin has bash 4.1.10

提交回复
热议问题