runawk
wrapper for AWK interpreter implementing modules
Install
- All systems
-
curl cmd.cat/runawk.sh
- Debian
-
apt-get install runawk - Ubuntu
-
apt-get install runawk - Kali Linux
-
apt-get install runawk - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install runawk - Raspbian
-
apt-get install runawk
runawk
wrapper for AWK interpreter implementing modules
RunAWK is a small wrapper for AWK interpreter that implements module system (similar to Perl's "use" command) and helps in writing standalone AWK programs. This package also provides about a dozen of modules implementing most common string, array and system function.