Pocket Primer Series Read Description

WORKING WITH grep, sed, AND awk Pocket Primer

Paperback
May 2023
9781501521515
More details
  • Publisher
    Mercury Learning and Information
  • Published
    23rd May 2023
  • ISBN 9781501521515
  • Language English
  • Pages 242 pp.
  • Size 7" x 9"
$54.99
Lib E-Book

Library E-Books

We are signed up with aggregators who resell networkable e-book editions of our titles to academic libraries. These editions, priced at par with simultaneous hardcover editions of our titles, are not available direct from Stylus.

These aggregators offer a variety of plans to libraries, such as simultaneous access by multiple library patrons, and access to portions of titles at a fraction of list price under what is commonly referred to as a "patron-driven demand" model.

May 2023
9781501518232
More details
  • Publisher
    Mercury Learning and Information
  • Published
    30th May 2023
  • ISBN 9781501518232
  • Language English
  • Pages 242 pp.
  • Size 7" x 9"
$155.00
E-Book

E-books are now distributed via RedShelf or VitalSource

You will choose the vendor in the cart as part of the check out process. These vendors offer a more seamless way to access the ebook, and add some great new features including text-to-voice. You own your ebook for life, it is simply hosted on the vendors website, working much like Kindle and Nook. Click here to see more detailed information on this process.

May 2023
9781501518249
More details
  • Publisher
    Mercury Learning and Information
  • Published
    30th May 2023
  • ISBN 9781501518249
  • Language English
  • Pages 242 pp.
  • Size 7" x 9"
$54.99

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 create simple yet powerful shell scripts for performing a multitude of tasks
  • Includes numerous code samples and scripts using the bash shell, and typically involve small, text files
  • Features a separate chapter on regular expressions using these tools

1: Working with grep

2: Working with sed

3: Working with awk, Part 1

4: Working with awk, Part 2

5: Working with awk, Part 3

6: Regular Expressions

Index

Oswald Campesato

Oswald Campesato specializes in Deep Learning, Python, and GPT-4. He is the author/co-author of over forty books including Python 3 Data Visualization Using ChatGPT / GPT-4, NLP for Developers, and Artificial Intelligence, Machine Learning and Deep Learning (all Mercury Learning).

data analysis; computer science; bash; shell scripts