Shell Scripting Recipes: A Problem-Solution Approach

Shell Scripting Recipes: A Problem-Solution Approach
Authors
Chris F.A. Johnson
ISBN
1590594711
Published
09 May 2005
Purchase online
amazon.com

This is the type of book that will either solve a specific problem you have or will give you ideas on automating/simplifying something that you've lived with for far too long. — Thomas Duff, Duffbert's Random Musings This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts.

Editorial Reviews

This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts. Instead, Shell Scripting Recipes dissects and explains over 150 much-needed and practical real-world examples, and then shows the reader how and when to appropriately use them.

Because most scripts found in this book are POSIX (Portable Operating System Interface)-compliant, they are supported by many of the major shell variants, including Bash, ksh and sh, among others. File conversion, system administration, and resource monitoring are just a few of the topics covered in this highly practical shell scripting reference.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”