𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Sed and Awk

✍ Scribed by Dougherty, Dale; Robbins, Arnold


Publisher
O’Reilly Media
Year
March 1997
Tongue
English
Leaves
434
Edition
2nd ed.
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Subjects


Awk;Sed (Computer file);UNIX (Computer file);Utilities (Computer programs)


πŸ“œ SIMILAR VOLUMES


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

sed & awk
✍ Dale Dougherty, Arnold Robbins πŸ“‚ Library πŸ“… 1997 πŸ› O'Reilly Media 🌐 English

I used to be an application programmer, but for the last several years AWK (and, much less frequently, SED) has been one of my favorite tools. There are many, many, situations where an AWK/SED/sh pipe has a small fraction of the code size of any other way of solving the problem. In addition, AWK (sp

sed & awk
✍ Dale Dougherty, Arnold Robbins πŸ“‚ Library πŸ“… 1997 πŸ› O'Reilly Media 🌐 English

sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. The book lays a foundation for both programs by describing how they are used and by introducing the fundamental concepts of regular expressions and text matching. This edition covers the sed

Sed & Awk
✍ Dale Dougherty, Arnold Robbins πŸ“‚ Library πŸ“… 1990 πŸ› O'Reilly Media 🌐 English

From the Publisher sed & awk, one of the most popular books in O'Reilly & Associates' Nutshell series, describes two text processing programs that are mainstays of the UNIX programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file,

sed & awk
✍ Dale Dougherty, Arnold Robbins πŸ“‚ Library πŸ“… 1997 πŸ› O'Reilly Media 🌐 English

sed & awk describes two text processing programs that are mainstays of the Unix programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common