summaryrefslogtreecommitdiffhomepage
path: root/awk.html.markdown
diff options
context:
space:
mode:
authordubiouscript <44098276+dubiouscript@users.noreply.github.com>2019-04-23 11:31:13 +0000
committerGitHub <noreply@github.com>2019-04-23 11:31:13 +0000
commit2d682fdd8f77ca203714565a2991730709748d08 (patch)
treef2bd7e00358b36b8c3d9c3fdf229773e1a4bb8e8 /awk.html.markdown
parent2dde374091366cb098e5d405daa9c4c4c469b6dc (diff)
add awk "gotchas" alpine wiki link
Diffstat (limited to 'awk.html.markdown')
-rw-r--r--awk.html.markdown1
1 files changed, 1 insertions, 0 deletions
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).