Book description
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 and gawk
- Profiling with pgawk
- Coprocesses and sockets with gawk
- Internationalization with gawk
- A listing of resources for sed and awk users
Publisher resources
Table of contents
-
1. sed & awk Pocket Reference
- 1.1. Introduction
- 1.2. Conventions Used in This Book
- 1.3. Matching Text
- 1.4. The sed Editor
-
1.5. The awk Programming Language
- 1.5.1. Command-Line Syntax
- 1.5.2. Important gawk Options
- 1.5.3. Profiling with pgawk
- 1.5.4. Patterns and Procedures
- 1.5.5. Built-in Variables
- 1.5.6. Operators
- 1.5.7. Variable and Array Assignment
- 1.5.8. Octal and Hexadecimal Constants in gawk
- 1.5.9. User -Defined Functions
- 1.5.10. Group Listing of awk Functions and Commands
- 1.5.11. Coprocesses and Sockets with gawk
- 1.5.12. Implementation Limits
- 1.5.13. Alphabetical Summary of awk Functions and Commands
- 1.5.14. Internationalization with gawk
- 1.6. Additional Resources
- About the Author
- Copyright
Product information
- Title: sed and awk Pocket Reference, 2nd Edition
- Author(s):
- Release date: June 2002
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596003524
You might also like
book
sed, awk and Regular Expressions Pocket Reference
For people who create and modify text files, sed and awk are power tools for editing. …
book
sed & awk, 2nd Edition
sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. …
book
grep Pocket Reference
grep Pocket Reference is the first guide devoted to grep, the powerful Unix content-location utility. This …
book
Effective awk Programming, 4th Edition
This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the …