2 comments

[ 3.2 ms ] story [ 13.1 ms ] thread

     Info gawk   
too.

Also, here's a Gemini client with gawk+openssl:

http://git.vgx.fr/gem.awk/

gemini://mozz.us it's a good starting point.

Borrow tgl.awk

https://git.sr.ht/~luxferre/DALE-8A/blob/master/tgl.awk

from this (1) project too, it's a library which boosts up POSIX awk a little. Bitwise ops, trig tan function... (ok, that's easy, sin(x)/cos(x), but still useful), binary data reading and writting...

1) https://git.sr.ht/~luxferre/DALE-8A

On posix AWK +networking against GAWK, you can just use Netcat as a socket to write against. The internals will be the same, or close.

On the project, AWK can do sed/grep fine :)

     /match/, gsub();, gensub();
The only real tutorial for a tool is a task you have to solve with exactly that tool. Learning in advance is just pointless. Unfortunately.

(On the other hand, AWK is indeed amazing. If a tutorial can help to lure using it, then, well, why not? :)