diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-05-25 00:36:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 00:36:23 +0530 |
commit | 79e936274780c96a6a9417d71ec31d31a3245db4 (patch) | |
tree | 017eea1086344427fe270ab39a1cc896a887d724 /awk.html.markdown | |
parent | 6be11a3b47395c6b14f2dc0b6469f83146372c58 (diff) | |
parent | 5b51bf193499d301d8c86583ff3ab52c67636f4f (diff) |
Merge pull request #3536 from dubiouscript/patch-1
[awk/en] add some related links
Diffstat (limited to 'awk.html.markdown')
-rw-r--r-- | awk.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/awk.html.markdown b/awk.html.markdown index 1ef6b8d5..3ff3f937 100644 --- a/awk.html.markdown +++ b/awk.html.markdown @@ -382,3 +382,5 @@ 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). +* [basic libraries for awk](https://github.com/dubiousjim/awkenough) |