๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Sed & awk

โœ Scribed by Dougherty, Dale;Robbins, Arnold D.;Estabrook, Gigi


Publisher
Ingram Publisher Services [distributor, O'Reilly Media, Inc
Year
1997;2010
Tongue
English
Series
In a Nutshell Series
Edition
2nd edition
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Annotation;Power tools for editing -- Understanding basic operations -- Understanding regular expression syntax -- Writing sed scripts -- Basic sed commands -- Advanced sed commands -- Writing scripts for awk -- Conditionals, loops, and arrays -- Functions -- The bottom drawer -- A flock of awks -- Full-featured applications -- A miscellany of scripts.

โœฆ Table of Contents


Power tools for editing --
Understanding basic operations --
Understanding regular expression syntax --
Writing sed scripts --
Basic sed commands --
Advanced sed commands --
Writing scripts for awk --
Conditionals, loops, and arrays --
Functions --
The bottom drawer --
A flock of awks --
Full-featured applications --
A miscellany of scripts.

โœฆ Subjects


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


๐Ÿ“œ SIMILAR VOLUMES


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

Sed & Awk
โœ Dougherty, Dale; Robbins, Arnold D.; Estabrook, Gigi ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Ingram Publisher Services distributor, O'Reilly Me ๐ŸŒ English

Annotation<span class='showMoreLessContentElement' style='display: none;'><p><div><p><i>sed & awk</i> describes two text processing programs that are mainstays of the UNIX programmer's toolbox.</p><p><i>sed</i> is a "stream editor" for editing streams of text that might be too large to edit as a sin

Sed & awk
โœ Dougherty, Dale;Robbins, Arnold D.;Estabrook, Gigi ๐Ÿ“‚ Library ๐Ÿ“… 1997;2010 ๐Ÿ› Ingram Publisher Services [distributor, O'Reilly M ๐ŸŒ English

Annotation;Power tools for editing -- Understanding basic operations -- Understanding regular expression syntax -- Writing sed scripts -- Basic sed commands -- Advanced sed commands -- Writing scripts for awk -- Conditionals, loops, and arrays -- Functions -- The bottom drawer -- A flock of awks --