Jump to ratings and reviews
Rate this book

GNU AWK

Rate this book
* https://gumroad.com/l/gnu_awk
* https://leanpub.com/gnu_awk

When it comes to command line text processing, from an abstract point of view, there are three major pillars — grep for filtering, sed for substitution and awk for field processing. These tools have some overlapping features too, for example, all three of them have extensive filtering capabilities.

Unlike grep and sed, awk is a full blown programming language. However, this book intends to showcase awk one-liners that can be composed from the command line instead of writing a program file.

This book heavily leans on examples to present options and features of awk one by one. It is recommended that you manually type each example and experiment with them. Understanding both the nature of sample input string and the output produced is essential.

Visit https://github.com/learnbyexample/lea... for code snippets and other related files used in the book.

112 pages, ebook

First published March 28, 2020

2 people are currently reading
3 people want to read

About the author

Sundeep Agarwal

9 books11 followers
Addicted to writing books and teaching. Likes fantasy books, comics and anime.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (100%)
4 stars
0 (0%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
2 reviews
October 28, 2020
An invaluable resource for learning awk. The author does a good job of showing examples and explaining how they work. I particularly like the exercises at the end of chapters, making it more of an interactive learning experience.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.