Jawk is a pure Java implementation of AWK. It executes the specified AWK scripts to parse and process text input, and generate a text output. Jawk can be used as a CLI, but more importantly it can be invoked from within your Java project.
This project is forked from the excellent Jawk project that was maintained by hoijui on GitHub.
See CONTRIBUDING.md.