Campesato O. Working with grep, sed, AND awk 2023
Download Torrent
Opens in your torrent client (e.g. qBittorrent)
Health
Good7/0
Info Hash02ECEE7D6474CC41AE6DD8A3FB3BD0D4E4B71B25
Peers Updated2 hours ago (2026-04-04 08:26:42)
Description
Textbook in PDF format
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. sedis useful for changing or modifying data. Awkis 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. FEATURES: Designed for readers relatively new to working in a bash environment Introduces readers to three powerful command line utilities that can be combined to createsimple yet powerful shell scripts for performing a multitude of tasks Includes numerous code samples and scripts using the bash shell, and typically involvesmall, text files Features a separate chapter on regular expressions using these tools