<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">One of the biggest shell script portability issues I&#39;ve run into - going between Linux and OS X (BSD variant) - is not with bash itself, but with tools like sed being slightly different.  The solution on OSX is to use the gnu tools (i.e. gsed) from homebrew - but it&#39;s confusing until you know that&#39;s what&#39;s happening.<br></blockquote><div><br></div><div>I would concur, it&#39;s a bigger issue than shell command compatibility. sed especially on OSX is ancient. For example, in-place editing is different between GNU and OSX versions.</div><div><br></div><div>-Eric</div><div><br></div><div><br></div></div></div></div>