Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 4
    Note that the Bourne shell is not a POSIX shell, making your script portable to Bourne shell would mean downgrading the syntax of your script from the standard POSIX sh language to the common denominator between that and the syntax of the Bourne shell. Not worth the opinion unless you want to be portable to ancient systems (or Solaris 10 and earlier and you don't have the choice to use the standard sh which was in /usr/xpg4/bin there). Commented Nov 4, 2015 at 16:57