Bash

From Bashlinux
Revision as of 23:47, 6 June 2015 by Manpaz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to write portabile scripts

As recommended by Dan Kegel on winetricks a good book about shell portability is 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.

Another reading he also recommends is the Current POSIX shell standard