runawk 0.14.0 (Default branch) |
|
|
runawk is a small wrapper for the AWK interpreter
that helps one write standalone AWK scripts. Its
main feature is to provide a module/library system
for AWK which is somewhat similar to Perl's "use"
command. It also allows you to select a preferred
AWK interpreter, to setup the environment for your
scripts. It also provides other helpful features.
runawk makes programming AWK easy and efficient,
despite the fact that AWK is a very simple
programming language. runawk also provides many useful AWK functions and extensions implemented in the separate files/modules.
License: MIT/X Consortium License
Changes:
A temporary file is not needed anymore for the -e
option. #env now works under Linux/glibc. A
compilation error under FreeBSD was fixed. Lots of
new regression tests and code clean-ups were
added. fgetln is not required anymore. If an error
happens while processing a #directive, a correct
line number is printed.
|