How to Install runawk in Ubuntu 18.04



Install runawk by entering the following commands in the terminal:

sudo apt update
sudo apt install runawk

Description:

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.

Homepage: http://github.com/cheusov/runawk

Version: 1.6.0-2

Section: universe/devel