Content-Type: text/html Wikipedia: Awk programming language

[Home]Awk programming language

HomePage | RecentChanges | Preferences
You can edit this page right now! It's a free, community project

AWK is a pattern/action language that can be used for data analysis, manipulation and simple reporting. It is one of the early tools to appear in Version 3 UNIX and gained popularity as a way to add computational features to a UNIX pipeline. The name AWK is derived from the surnames of its authors, [Alfred V. Aho]?, Brian W. Kernighan, [Peter J. Weinberger]?.

A version of AWK is a standard feature of nearly every modern unix-like operating system available today. The most common versions are listed at http://cm.bell-labs.com/cm/cs/awkbook/ .

Awk is an example of a programming language that uses the string datatype?.

The power, terseness and limitations of AWK programs and sed scripts inspired Larry Wall to write Perl.


HomePage | RecentChanges | Preferences
You can edit this page right now! It's a free, community project
Edit text of this page | View other revisions
Last edited August 16, 2001 2:53 pm (diff)
Search: