𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Effective Awk Programming: A User's Guide for Gnu Awk, Edition 1.0.3

✍ Scribed by Arnold D. Robbins


Publisher
Iuniverse Inc
Year
2000
Tongue
English
Leaves
432
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Effective AWK Programming teaches you about the awk language and how you can use it effectively. You should already be familiar with basic system commands, such as cat and ls, (1) and basic shell facilities, such as Input/Output (I/O) redirection and pipes.
Implementations of the awk language are available for many different computing environments. Effective AWK Programming, while describing the awk language in general, also describes a particular implementation of awk called gawk (which stands for "GNU Awk"). gawk runs on a broad range of Unix systems, ranging from 80386 PC-based computers, up through large scale systems, such as Crays. Gawk has also been ported to MS-DOS and OS/2 PC's, Atari and Amiga micro-computers, and VMS.
iUniverse.com computer books are composed of freely available online computer manuals, industry standard specifications, and electronically distributed computer programming guides. They include open documents collections of industry specifications and standards and a collection of the best open source documentation on the Web...the most complete open source library available anywhere.
Each book contains the complete, unabridged text of the original document. Our on-demand publishing process gives you the actual text of the online document in a convenient, inexpensive, easy-to-use format.
And remember...iUniverse.com donates a portion of the profits from open document and open source books to support the mission of the free software community.


πŸ“œ SIMILAR VOLUMES


Effective awk Programming (3rd Edition)
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2001 πŸ› O'Reilly Media 🌐 English

Effective awk Programming,3rd Edition, focuses entirely on awk, exploring it in the greatest depth of the three awk titles we carry. It's an excellent companion piece to the more broadly focused second edition. This book provides complete coverage of the gawk 3.1 language as well as the most up-t

Effective awk Programming
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2015 πŸ› O'Reilly Media 🌐 English

When programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origi

Effective awk Programming
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2001 πŸ› O'Reilly 🌐 English

Effective awk Programming provides complete coverage of the gawk 3.1 language as well as the most up-to-date coverage of the POSIX standard for awk available anywhere. Author Arnold Robbins clearly distinguishes standard <I>awk</I> features from GNU awk <I>(gawk)</I>-specific features, shi

Effective awk Programming
✍ Arnold Robbins πŸ“‚ Library πŸ“… 2001 πŸ› O’Reilly Media 🌐 English

This book provides complete coverage of the gawk 3.1 language as well as the most up-to-date coverage of the POSIX standard for awk available anywhere. Author Arnold Robbins clearly distinguishes standard awk features from GNU awk (gawk)-specific features, shines light into many of the Β«dark corners

GAWK: Programmare efficacemente in AWK
✍ Robbins, Arnold & Curreli, Marco & Colombo, Antonio πŸ“‚ Library πŸ“… 2016 πŸ› Free Software Foundation 🌐 Italian

PDF p. 101 on how to parse a CSV: BEGIN { FPAT = "([^,]+)|(\"[^\"]+\")" } { print "NF = ", NF for (i = 1; i \n", i, $i) } }

GNU AWK
✍ Sundeep Agarwal πŸ“‚ Library πŸ“… 2021 🌐 English