null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Working with grep, sed, and awk Pocket Primer

List Price: $57.99
SKU:
9781501521515
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    OSWALD CAMPESATO
    Format:
    Paperback
    Pages:
    265
    Publisher:
    De Gruyter (June 6, 2023)
    Imprint:
    Mercury Learning and Information
    Language:
    English
    Audience:
    Professional and scholarly
    ISBN-13:
    9781501521515
    ISBN-10:
    1501521519
    Weight:
    15.2oz
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20260323163500-20260324.xml
    Folder:
    TWO RIVERS
    List Price:
    $57.99
    Country of Origin:
    Germany
    Pub Discount:
    60
    Series:
    Pocket Primer
    Case Pack:
    20
    As low as:
    $49.87
    Publisher Identifier:
    P-PER
    Discount Code:
    C
  • Overview

    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.

    • 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