𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

WORKING WITH grep, sed, AND awk Pocket Primer

✍ Scribed by Oswald Campesato


Publisher
Mercury Learning and Information
Tongue
English
Leaves
242
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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


πŸ“œ SIMILAR VOLUMES


WORKING WITH grep, sed, AND awk Pocket P
✍ Oswald Campesato πŸ“‚ Library πŸ“… 2023 πŸ› Mercury Learning and Information 🌐 English

<span>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

WORKING WITH grep, sed, AND awk Pocket P
✍ Oswald Campesato πŸ“‚ Library πŸ“… 2023 πŸ› Mercury Learning and Information 🌐 English

<span>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

Sed and Awk: Pocket Reference
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2002 πŸ› O'Reilly Media 🌐 English

<p><span>For people who create and modify text files, sed and awk are power tools for editing. sed, awk, and regular expressions allow programmers and system administrators to automate editing tasks that need to be performed on one or more files, to simplify the task of performing the same edits on