Two really, really good books for shell programming

(i) Portable shell programming - Bruce Blinn - ISBN 0134514947

This book is a program by example book and is the best shell script
reference I've come across.  It covers bourne shell, ie. /bin/sh, which
is as far as I know is a subset of bash.  It focuses on portability so
your script would run on many different implementations of the bourne
shell ( plus the bourne shell is garanteed to be on every UNIX OS). 
This is a very good book if you know I little programming but you're new
to shell script.  It is a very small book, 250 pages, but I'll tell you
this is the only book from my programming collection I never let out of
my sight.

(ii) UNIX Shells by example - Ellie Quigley - ISBN 0130212229

Covers the most common UNIX shells, korne, C, bourne (ksh, csh, sh). 
Covers the interative use and scripting of these shells.  Covers common
shell commons like sed, awk.  It's a very good beginners book.

There are bash programming books out there.  But I've found I can always
get away with bourne shell since it's part of the posix.

-Kervin


[EMAIL PROTECTED] wrote:
> 
> Does anyone know of a good book on the Bash shell and script programming with it?
> 
> Download NeoPlanet at http://www.neoplanet.com
> 
> NetZero Platinum
> No Banner Ads and Unlimited Access
> Sign Up Today - Only $9.95 per month!
> http://www.netzero.net
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to