From 2d682fdd8f77ca203714565a2991730709748d08 Mon Sep 17 00:00:00 2001 From: dubiouscript <44098276+dubiouscript@users.noreply.github.com> Date: Tue, 23 Apr 2019 11:31:13 +0000 Subject: [PATCH 1/2] add awk "gotchas" alpine wiki link --- awk.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/awk.html.markdown b/awk.html.markdown index 1ef6b8d5..84985e2c 100644 --- a/awk.html.markdown +++ b/awk.html.markdown @@ -382,3 +382,4 @@ Further Reading: * [Awk man page](https://linux.die.net/man/1/awk) * [The GNU Awk User's Guide](https://www.gnu.org/software/gawk/manual/gawk.html) GNU Awk is found on most Linux systems. * [AWK one-liner collection](http://tuxgraphics.org/~guido/scripts/awk-one-liner.html) +* [Awk alpinelinux wiki](https://wiki.alpinelinux.org/wiki/Awk) a technical summary and list of "gotchas" (places where different implementations may behave in different or unexpected ways). From 5b51bf193499d301d8c86583ff3ab52c67636f4f Mon Sep 17 00:00:00 2001 From: dubiouscript <44098276+dubiouscript@users.noreply.github.com> Date: Tue, 23 Apr 2019 11:32:50 +0000 Subject: [PATCH 2/2] add link to dubiousjim/awkenough Awk utility routines --- awk.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/awk.html.markdown b/awk.html.markdown index 84985e2c..3ff3f937 100644 --- a/awk.html.markdown +++ b/awk.html.markdown @@ -383,3 +383,4 @@ Further Reading: * [The GNU Awk User's Guide](https://www.gnu.org/software/gawk/manual/gawk.html) GNU Awk is found on most Linux systems. * [AWK one-liner collection](http://tuxgraphics.org/~guido/scripts/awk-one-liner.html) * [Awk alpinelinux wiki](https://wiki.alpinelinux.org/wiki/Awk) a technical summary and list of "gotchas" (places where different implementations may behave in different or unexpected ways). +* [basic libraries for awk](https://github.com/dubiousjim/awkenough)