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
โ 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
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 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
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 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
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
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 --