aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-17 22:49:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-17 22:49:31 +0200
commite65c3727f54a6b9a322e71543cb672d1016827a6 (patch)
tree3478f7c17acb0ae0bc44dd15dbc2e9dafd3d75dc /doc/gawk.texi
parent73d30668abd6b786a51f10376c3c829ec29c6537 (diff)
downloadegawk-e65c3727f54a6b9a322e71543cb672d1016827a6.tar.gz
egawk-e65c3727f54a6b9a322e71543cb672d1016827a6.tar.bz2
egawk-e65c3727f54a6b9a322e71543cb672d1016827a6.zip
Add Busybox awk.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c7f742f1..e5f263b1 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -27736,6 +27736,16 @@ profiling. You may find it at either
or
@uref{http://www.math.utah.edu/pub/pawk/pawk-20030606.tar.gz}.
+@item Busybox Awk
+@cindex Busybox Awk
+@cindex source code, Busybox Awk
+Busybox is a GPL-licensed program providing small versions of many
+applications within a single executable. It is aimed at embedded systems.
+It includes a full implementation of POSIX @command{awk}. When building
+it, be careful not to do @samp{make install} as it will overwrite
+copies of other applications in your @file{/usr/local/bin}. For more
+information, see the @uref{http://busybox.net, project's home page}.
+
@cindex OpenSolaris
@cindex Solaris, POSIX compliant @command{awk}
@cindex source code, Solaris @command{awk}