Working with grep, sed, and awk Pocket Primer / / OSWALD CAMPESATO.

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 fo...

Full description

Saved in:
Bibliographic Details
VerfasserIn:
Place / Publishing House:Dulles, VA : : Mercury Learning and Information, , [2023]
©2023
Year of Publication:2023
Language:English
Online Access:
Physical Description:1 online resource (XV, 250 p.)
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Other title:Frontmatter --
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
Summary: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.
Format:Mode of access: Internet via World Wide Web.
ISBN:9781501518232
Access:restricted access
Hierarchical level:Monograph
Statement of Responsibility: OSWALD CAMPESATO.