← Back to all Books

WORKING WITH grep, sed, AND awk Pocket Primer

 

The goal of this book is to introduce readers to three powerful command line utilities that can be combined to create simple yet powerful shell scripts for performing a multitude of tasks.  The code samples and scripts use the bash shell, and typically involve very small text files so that you can focus on understanding the features of grep, sed, and awk. In the simplest terms, grep (global regular expression print) will search input files in data for certain words or word patterns and print the lines that match it. sed is useful for changing or modifying data. Awk is a programming language also used for searching a data file for certain patterns, but can also perform certain tasks on the pattern matches it finds. Aimed at a reader relatively new to working in a bash environment, the book is comprehensive enough to be a good reference and teach a few new tricks to those who already have some experience with these command line utilities.

 

 

TABLE OF CONTENTS

1: Working with grep. 2: Working with sed. 3: Working with awk, Part 1.

4: Working with awk, Part 2. 5: Working with awk, Part 3. 6: Regular Expressions. Index.

 

ABOUT THE AUTHOR

Oswald Campesato (San Francisco, CA) is an adjunct instructor at UC-Santa Cruz and specializes in Deep Learning, NLP, Android, and Python. He is the author/co-author of over forty-five books including Data Science Fundamentals Pocket Primer, Python 3 for Machine Learning, and the Python Pocket Primer (Mercury Learning).

Additional book information
Book ISBN:  9781501518249
Author(s): Oswald Campesato
Publisher Mercury Learning & Information
Printed
Add to cart
$54.99
Supplementary Materials
No materials were uploaded for this book