Category:AWK: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added wp tag (first 2 lines are word-for-word copied))
m (Kill unused template parameter.)
Line 1: Line 1:
{{wikipedia|AWK}}
{{wikipedia|AWK}}
{{language|AWK}}The awk utility is a data extraction and reporting tool that uses a data-driven scripting language consisting of a set of actions to be taken against textual data (either in files or data streams) for the purpose of producing formatted reports.
{{language}}The awk utility is a data extraction and reporting tool that uses a data-driven scripting language consisting of a set of actions to be taken against textual data (either in files or data streams) for the purpose of producing formatted reports.


The language used by awk extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions.
The language used by awk extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions.

Revision as of 22:36, 27 July 2011

This page uses content from Wikipedia. The original article was at AWK. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
Language
AWK
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using AWK.

The awk utility is a data extraction and reporting tool that uses a data-driven scripting language consisting of a set of actions to be taken against textual data (either in files or data streams) for the purpose of producing formatted reports.

The language used by awk extensively uses the string datatype, associative arrays (that is, arrays indexed by key strings), and regular expressions.

The reference implementation is still maintained by Brian Kernighan (the "K" in AWK).

Citations

Subcategories

This category has the following 4 subcategories, out of 4 total.

Pages in category "AWK"

The following 200 pages are in this category, out of 709 total.

(previous page) (next page)

C

(previous page) (next page)