Gawk: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
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"
|-
| official docs || https://www.gnu.org/software/gawk/manual/html_node/index.html#SEC_Contents
|-
| 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 6: Line 19:
|-
|-
| [[gawk usage]]
| [[gawk usage]]
|-
|}
</blockquote><!-- Notes -->
= Syntax =
<blockquote>
{|
|-
|-
| [[gawk variables]]
| [[gawk variables]]
Line 22: Line 42:
|-
|-
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Syntax -->
 
= Syntax =
<blockquote>
= References =
{|
|-
| http://www.funtoo.org/wiki/Awk_by_Example,_Part_1
|-
| http://www.math.utah.edu/docs/info/gawk_7.html
|}
 
</blockquote><!-- Scripting -->

Latest revision as of 17:34, 18 June 2022