๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

GAWK: Programmare efficacemente in AWK

โœ Scribed by Robbins, Arnold & Curreli, Marco & Colombo, Antonio


Publisher
Free Software Foundation
Year
2016
Tongue
Italian
Leaves
594
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


PDF p. 101 on how to parse a CSV:

BEGIN {

    FPAT = "([^,]+)|(\"[^\"]+\")"

}

{

    print "NF = ", NF

    for (i = 1; i \n", i, $i)

    }

}

๐Ÿ“œ SIMILAR VOLUMES


Hawks In Flight
โœ Pete Dunne; Clay Sutton; David Sibley ๐Ÿ“‚ Library ๐Ÿ“… 2012 ๐Ÿ› HarperCollins ๐ŸŒ English

Among the world's most popular birds, hawks can be some of the most difficult birds to identify. They're most often seen flying high above and at a distance. <BR>In the first edition of Hawks in Flight, Pete Dunne, David Sibley, and Clay Sutton presented a holistic method of hawk identification, usi

sed & awk
โœ Dale Dougherty, Arnold Robbins ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› O'Reilly Media ๐ŸŒ English

I used to be an application programmer, but for the last several years AWK (and, much less frequently, SED) has been one of my favorite tools. There are many, many, situations where an AWK/SED/sh pipe has a small fraction of the code size of any other way of solving the problem. In addition, AWK (sp

sed & awk
โœ Dale Dougherty, Arnold Robbins ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› O'Reilly Media ๐ŸŒ English

sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. The book lays a foundation for both programs by describing how they are used and by introducing the fundamental concepts of regular expressions and text matching. This edition covers the sed

Sed & Awk
โœ Dale Dougherty, Arnold Robbins ๐Ÿ“‚ Library ๐Ÿ“… 1990 ๐Ÿ› O'Reilly Media ๐ŸŒ English

From the Publisher sed & awk, one of the most popular books in O'Reilly & Associates' Nutshell series, describes two text processing programs that are mainstays of the UNIX programmer's toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file,