Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Awk > Re: Key Concept...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 7 Topic 2116 of 2345
Post > Topic >>

Re: Key Concepts in AWK

by Ed Morton <morton@[EMAIL PROTECTED] > Dec 27, 2007 at 06:04 PM

jmh wrote:

> I wondering if anyone in the group thinks there are
> a few key conepts that a beginer to AWK really needs 
> to grasp to really appreciate the tool and make the
> most out of it.
> 
> jmh

YES.

This is a procedural program:

	while read line {
		if (condition) {
			action
		}
	}

This is an awk program:

	condition { action }

Now buy the book Effective Awk Programming, Third Edition By Arnold 
Robbins (http://www.oreilly.com/catalog/awkprog3/)
and browse the 
archives of this NG.

Regards,

	Ed.
 




 7 Posts in Topic:
Key Concepts in AWK
jmh <jmhall@[EMAIL PRO  2007-12-27 23:36:41 
Re: Key Concepts in AWK
Janis Papanagnou <Jani  2007-12-28 00:53:49 
Re: Key Concepts in AWK
Ed Morton <morton@[EMA  2007-12-27 18:04:39 
Re: Key Concepts in AWK
Ted Davis <tdavis@[EMA  2007-12-27 19:07:56 
Re: Key Concepts in AWK
Cesar Rabak <csrabak@[  2007-12-28 00:31:46 
Re: Key Concepts in AWK
Al <palcibiades-first@  2007-12-29 10:10:41 
Re: Key Concepts in AWK
Ted Davis <tdavis@[EMA  2007-12-29 09:51:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Sep 4 23:47:48 CDT 2008.