𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Sed and Awk: Pocket Reference

✍ Scribed by Arnold Robbins


Publisher
O'Reilly Media
Year
2002
Tongue
English
Leaves
52
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 multiple files, and to write conversion programs.

The
sed & awk Pocket Reference is a companion volume to sed & awk, Second Edition, Unix in a Nutshell, Third Edition, and Effective awk Programming, Third Edition. This new edition has expanded coverage of gawk (GNU awk), and includes sections on:

  • An overview of sed and awk?s command line syntax
  • Alphabetical summaries of commands, including nawk and gawk
  • Profiling with pgawk
  • Coprocesses and sockets with gawk
  • Internationalization with gawk
  • A listing of resources for sed and awk users

This small book is a handy reference guide to the information presented in the larger volumes. It presents a concise summary of regular expressions and pattern matching, and summaries of sed and awk.

Arnold Robbins, an Atlanta native now happily living in Israel, is a professional programmer and technical author and coauthor of various O'Reilly Unix titles. He has been working with Unix systems since 1980, and currently maintains gawk and its documentation.

✦ Table of Contents


Contents
sed & awk Pocket Reference
Introduction
Conventions Used in This Book
Matching Text
Filenames Versus Patterns
Metacharacters
Search patterns
Replacement patterns
Metacharacters, Listed by Unix Program
Examples of Searching
Examples of searching and replacing
The sed Editor
Command-Line Syntax
Syntax of sed Commands
Pattern addressing
Examples
Group Summary of sed Commands
Basic editing
Line information
Input/output processing
Yanking and putting
Branching commands
Multiline input processing
Alphabetical Summary of sed Commands
The awk Programming Language
Command-Line Syntax
Important gawk Options
Profiling with pgawk
Patterns and Procedures
Patterns
Procedures
Simple pattern-procedure examples
Built-in Variables
Operators
Variable and Array Assignment
Escape sequences
Octal and Hexadecimal Constants in gawk
User-Defined Functions
Group Listing of awk Functions and Commands
Coprocesses and Sockets with gawk
Implementation Limits
Alphabetical Summary of awk Functions and Commands
Output redirections
printf formats
Internationalization with gawk
Additional Resources
Source Code
Books


πŸ“œ SIMILAR VOLUMES


Sed & awk pocket reference
✍ Dale Dougherty;Arnold Robbins πŸ“‚ Library πŸ“… 2010 πŸ› O'Reilly Media 🌐 English

<p><i>sed &amp; awk</i> describes two text manipulation programs that are mainstays of the UNIX programmer's toolbox. This edition covers the <i>sed</i> and <i>awk</i> programs as they are mandated by the POSIX standard and includes discussion of the GNU versions of these programs.</p>

sed and awk Pocket Reference, 2nd Editio
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2002 πŸ› O'Reilly Media 🌐 English

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 multiple

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