From mboxrd@z Thu Jan 1 00:00:00 1970 References: <201112191106.pBJB6wTi010314@freefriends.org> User-Agent: K-9 Mail for Android In-Reply-To: <201112191106.pBJB6wTi010314@freefriends.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 From: yard-ape@telus.net Date: Mon, 19 Dec 2011 07:17:54 -0800 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <35cc960c-9467-4e86-921f-849f698f5168@email.android.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] awk reading? Topicbox-Message-UUID: 4fc036a2-ead7-11e9-9d60-3106f5b1d025 arnold@skeeve.com wrote: >I have to toot my own horn a bit: > >http://www.gnu.org/software/gawk/manual/ > >The manual is careful to distinguish standard awk from gnu awk >features. > >If someone is up to porting gawk 4.0 to Plan 9, I'd be interested to >help! > >Thanks, > >Arnold Mr. Robbins' book is a gold mine--and here I must say thanks, sir, for bo= th the outstanding documentation and the indispensable code! I also have to third the classic text. The example code itself I'd consid= er necessary reading, and that you can download for free on "The Awk Prog= ramming Language" site. The text itself isn't online or very cheap but tr= y ABEBooks. You wouldn't regret the purchase. TAPL is always right on my desk. Excellent explanation of the awk model = and design. Just yesterday I was re-reading the chapter on relational da= tabases for a little script to help with our household cashflow projectio= n. That chapter takes awk about as far as I can imagine it being reasonab= le, and Kernighan et al make it easy to understand.