Skip to content

Sed and Awk Pocket Reference Text Processing with Regular Expressions

Best in textbook rentals since 2012!

ISBN-10: 0596003528

ISBN-13: 9780596003524

Edition: 2nd 2002

Authors: Arnold Robbins

List price: $19.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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…    
Customers also bought

Book details

List price: $19.99
Edition: 2nd
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 7/2/2002
Binding: Paperback
Pages: 64
Size: 4.21" wide x 6.97" long x 0.24" tall
Weight: 0.132
Language: English

Arnold Robbins, an Atlanta native, is a professional programmer and technical author. He has been working with Unix systems since 1980, when he was introduced to a PDP-11 running a version of Sixth Edition Unix. His experience also includes multiple commercial Unix systems, from Sun, IBM, HP and DEC. He has been working with GNU/Linux systems since 1996. He likes his Macintosh laptop, but it has been commandeered by one of his daughters. Arnold has also been a heavy awk user since 1987, when he became involved with gawk, the GNU project's version of awk. As a member of the POSIX 1003.2 balloting group, he helped shape the POSIX standard for awk. He is currently the maintainer of gawk and…    

Introduction
Conventions Used in This Book
Matching Text
Filenames Versus Patterns
Metacharacters
Metacharacters, Listed by Unix Program
Examples of Searching
The sed Editor
Command-Line Syntax
Syntax of sed Commands
Group Summary of sed Commands
Alphabetical Summary of sed Commands
The awk Programming Language
Command-Line Syntax
Important gawk Options
Profiling with pgawk
Patterns and Procedures
Built-in Variables
Operators
Variable and Array Assignment
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
Internationalization with gawk
Additional Resources
Source Code
Books