Bash: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ |
__NOTOC__ |
||
= Bash = |
|||
== How to write portabile scripts == |
== How to write portabile scripts == |
||
Revision as of 07:40, 26 January 2014
How to write portabile scripts
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.
Other he also recommends is [Single UNIX Specification].