diff options
author | dubiouscript <44098276+dubiouscript@users.noreply.github.com> | 2019-04-23 11:32:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 11:32:50 +0000 |
commit | 5b51bf193499d301d8c86583ff3ab52c67636f4f (patch) | |
tree | 8e1a15b39a2aeb26e2c4db0c36428cf0fb9bcaff /awk.html.markdown | |
parent | 2d682fdd8f77ca203714565a2991730709748d08 (diff) |
add link to dubiousjim/awkenough Awk utility routines
Diffstat (limited to 'awk.html.markdown')
-rw-r--r-- | awk.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
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) |