bash Cookbook

By: and and

Sign Up Now! Already a Member? Log In
You must be logged into Bookshare to access this title. Learn about membership options, or view our freely available titles.

Copyright:
2008

Book Details

Book Quality:
Publisher Quality
ISBN-13:
9780596158477
Related ISBNs:
9780596526788
Publisher:
O'Reilly Media, Inc.
Date of Addition:
Copyrighted By:
O'Reilly Media, Inc.
Adult content:
No
Language:
English
Has Image Descriptions:
No
Categories:
Nonfiction, Computers and Internet
Submitted By:
Bookshare Staff
Usage Restrictions:
This is a copyrighted book.

Reviews

5 out of 5

By on

I have read a ton of programming books. This one, though it's about a scripting language, has to rank one of the top five best programming books I've ever read. Instead of lecturing away about variables, loops and string processing, this book demonstrates basic concepts with examples, for solving real problems. Its problem and solution format makes it also quite effective for intermediate-level scripters like me, who don't need to waste time reading about how a for loop works, but need to figure how to do one effeciently in Bash. Some of bash's other oddities, like if statement testing, quoting and refering to variables, are also fully covered. You'll quickly learn when to use that dollar sign or single quote, with a few clear and meaningful examples. What I like best was the way this book is neither for a rank beginner, nor a gurru, but works best for the typical scripter who falls somewhere in between.