Gawk: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
A scripting language originally designed for manipulating tables, and simple cli tools.
A scripting language originally designed for manipulating tables, and simple cli tools.
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| awk intro || http://www.funtoo.org/wiki/Awk_by_Example,_Part_1
|-
| awk intro || http://www.math.utah.edu/docs/info/gawk_7.html
|-
|}
</blockquote><!-- Tutorials -->


= Notes =
= Notes =
Line 29: Line 40:
{|
{|
|-
|-
| http://www.funtoo.org/wiki/Awk_by_Example,_Part_1
|-
|-
| http://www.math.utah.edu/docs/info/gawk_7.html
|}
|}


</blockquote><!-- Scripting -->
</blockquote><!-- Scripting -->

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

Syntax

References