summaryrefslogtreecommitdiff
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 6e5fd251..344ea62e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -44661,6 +44661,15 @@ download link.
The project may also be frozen; no new code changes have been made
since approximately 2014.
+@item @command{cppawk}
+@cindex @command{cppawk}
+@cindex source code @subentry @command{cppawk}
+Quoting from the web page, ``@command{cppawk} is a tiny shell script that is
+used like @command{awk}. It invokes the C preprocessor (GNU @command{cpp}) on the Awk
+code and calls Awk on the result.'' This program may be of use if
+the way @command{gawk}'s @code{@@include} facility works doesn't suit
+your needs. For more information, see @uref{https://www.kylheku.com/cgit/cppawk/}.
+
@item Other versions
See also the ``Versions and implementations'' section of the
@uref{https://en.wikipedia.org/wiki/Awk_language#Versions_and_implementations,