Sed & awk pocket reference

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

Full description

Bibliographic Details
Main Author: Robbins, Arnold
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly 2002
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03275nmm a2200541 u 4500
001 EB001944494
003 EBX01000000000000001107396
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780596529024 
020 |a 9780596552022 
020 |a 0596529023 
050 4 |a QA76.76.U84 
100 1 |a Robbins, Arnold 
245 0 0 |a Sed & awk  |b pocket reference  |c Arnold Robbins 
246 3 1 |a Sed & awk pocket reference 
246 3 1 |a Sed and awk pocket reference 
246 3 1 |a Sed and awk 
250 |a 2nd ed 
260 |a Sebastopol, CA  |b O'Reilly  |c 2002 
300 |a vi, 46 pages 
505 0 |a 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 
505 0 |a Includes bibliographical references (page 46) 
653 |a Utilities (Computer programs) / http://id.loc.gov/authorities/subjects/sh85141625 
653 |a Utilities (Computer programs) / fast 
653 |a COMPUTERS / Operating Systems / Linux / bisacsh 
653 |a Sed (Computer file) / fast 
653 |a Awk / http://id.loc.gov/authorities/names/n91066772 
653 |a UNIX (Computer file) / fast 
653 |a Sed (Computer file) / http://id.loc.gov/authorities/names/n91066769 
653 |a COMPUTERS / System Administration / Linux & UNIX Administration / bisacsh 
653 |a Awk / fast 
653 |a COMPUTERS / Operating Systems / UNIX. / bisacsh 
653 |a Utilitaires (Logiciels) 
653 |a UNIX (Computer file) / http://id.loc.gov/authorities/names/n91019960 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a "Text processing with regular expressions"--Cover. - Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 
776 |z 9780596552022 
776 |z 0596003528 
776 |z 0596529023 
776 |z 9780596003524 
776 |z 0596552025 
776 |z 9780596529024 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596003528/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.432 
520 |a 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 o