Bash: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
== Portability == |
== Portability == |
||
As recommended by Dan Kegel on [[http://code.google.com/p/winezeug/source/browse/trunk/wisotool|wisotool]] a good book for portability is |
As recommended by Dan Kegel on [[http://code.google.com/p/winezeug/source/browse/trunk/wisotool|wisotool]] a good book for portability is [[http://www.amazon.com/Portable-Shell-Programming-Extensive-Collection/dp/0134514947/ref=sr_1_1?s=books&ie=UTF8&qid=1287290019&sr=1-1|Portable Shell Programming]] by Bruce Blinn, which explains how to avoid GNU extensions in order to run bash scripts even on Mac OS X and Solaris. |
||
Revision as of 04:35, 17 October 2010
Bash
Portability
As recommended by Dan Kegel on [[1]] a good book for portability is [Shell Programming] by Bruce Blinn, which explains how to avoid GNU extensions in order to run bash scripts even on Mac OS X and Solaris.