Jump to content
Nytro

An Awk Primer

Recommended Posts

Posted

An Awk Primer

v1.1.2 / TOC (3 chapters) / 01 jul 10 / greg goebel / public domain

* The Awk text-processing programming language is a useful and simple tool for manipulating text. This document provides a quick Awk tutorial.

[1.0] A Guided Tour Of Awk

[1.1] AWK OVERVIEW
[1.2] AWK COMMAND-LINE EXAMPLES
[1.3] AWK PROGRAM EXAMPLE

[2.0] Awk Syntax

[2.1] AWK INVOCATION AND OPERATION
[2.2] SEARCH PATTERNS (1)
[2.3] SEARCH PATTERNS (2)
[2.4] NUMBERS & STRINGS
[2.5] VARIABLES
[2.6] ARRAYS
[2.7] OPERATIONS
[2.8] STANDARD FUNCTIONS
[2.9] CONTROL STRUCTURES
[2.10] OUTPUT WITH PRINT & PRINTF
[2.11] A DIGRESSION -- THE SPRINTF FUNCTION
[2.12] OUTPUT REDIRECTION & PIPES

[3.0] Awk Examples, Nawk, & Awk Quick Reference

[3.1] USING AWK FROM THE COMMAND LINE
[3.2] AWK PROGRAM FILES
[3.3] A NOTE ON AWK IN SHELL SCRIPTS
[3.4] NAWK
[3.5] AWK QUICK REFERENCE GUIDE
[3.6] REVISION HISTORY

Online:

http://www.vectorsite.net/tsawk.html

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...