lmawk

embeddable mawk lib

Install

All systems
curl cmd.cat/lmawk.sh
Debian Debian
apt-get install libmawk1
Ubuntu
apt-get install libmawk1
image/svg+xml Kali Linux
apt-get install libmawk1
Fedora
dnf install libmawk
Windows (WSL2)
sudo apt-get update sudo apt-get install libmawk1

libmawk1

embeddable mawk lib

Libmawk is a fork of the popular awk implementation mawk, and aims to be the lightweight script language programmers embed in their application. This implementation also supports some minor extensions over mawk: - dynamic awk function calls from awk scripts (by name in string) - dynamic variables (access variable by name in string) - include "scriptname.awk" Besides the shared object, an lmawk binary is also installed, which is command-line-compatible with mawk but provides all those extra features.

libmawk

written in C