When processing text files, the awk language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the GNU implementation, called gawk. This book is useful for novices and awk experts
Effective awk Programming: Universal Text Processing and Pattern Matching
β Scribed by Arnold Robbins
- Publisher
- OβReilly Media
- Year
- 2015
- Tongue
- English
- Leaves
- 560
- Edition
- 4
- Category
- Library
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
<div><p>When processing text files, the <i>awk</i> language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard <i>awk</i> and for the GNU implementation, called <i>gawk</i>. This book is useful
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 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
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