
- 265 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Working with grep, sed, and awk Pocket Primer
About this book
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. 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
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover page
- Half Titlte page
- License, Disclaimer page
- Title page
- Copyright
- Dedication
- Contents
- Preface
- Chapter 1 Working with grep
- Chapter 2 Working with sed
- Chapter 3 Working with awk
- Chapter 4 Working with awk, Part 2
- Chapter 5 Working with awk, Part 3
- Chapter 6 Regular Expressions
- Index