Gawk: Difference between revisions

From wikinotes
No edit summary
Line 35: Line 35:
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->


= Syntax =
<blockquote>
= References =
= References =
{|
{|

Revision as of 01:32, 19 July 2021

A scripting language originally designed for manipulating tables, and simple cli tools.

Tutorials

awk intro http://www.funtoo.org/wiki/Awk_by_Example,_Part_1
awk intro http://www.math.utah.edu/docs/info/gawk_7.html

Notes

gawk usage
gawk variables
gawk datatypes
gawk conditionals
gawk loops
gawk print
gawk matching
gawk subprocess

References