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:Inglés
Published: Sebastopol, California : O'Reilly 2002.
Edition:2nd ed
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627118306719
Table of Contents:
  • sed & awk Pocket Reference, 2nd Edition; 1.2. Conventions Used in This Book; 1.3. Matching Text; 1.3.2. Metacharacters; 1.3.2.2. Replacement patterns; 1.3.3. Metacharacters, Listed by Unix Program; 1.3.4. Examples of Searching; 1.4. The sed Editor; 1.4.2. Syntax of sed Commands; 1.4.2.2. Examples; 1.4.3. Group Summary of sed Commands; 1.4.3.2. Line information; 1.4.3.3. Input/output processing; 1.4.3.4. Yanking and putting; 1.4.3.5. Branching commands; 1.4.3.6. Multiline input processing; 1.4.4. Alphabetical Summary of sed Commands; 1.5. The awk Programming Language
  • 1.5.2. Important gawk Options1.5.3. Profiling with pgawk; 1.5.4. Patterns and Procedures; 1.5.4.2. Procedures; 1.5.4.3. Simple pattern-procedure examples; 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.13.2. printf formats; 1.5.14. Internationalization with gawk; 1.6. Additional Resources
  • 1.6.2. Books