diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 10 |
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} |