alt_getopt
wrapper for AWK interpreter implementing modules
Install
- All systems
-
curl cmd.cat/alt_getopt.sh
- Debian
-
apt-get install runawk - Ubuntu
-
apt-get install runawk -
Alpine
-
apk add lua-alt-getopt - Arch Linux
-
pacman -S lua-alt-getopt - Kali Linux
-
apt-get install runawk - Fedora
-
dnf install lua-alt-getopt - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install runawk - Raspbian
-
apt-get install runawk - Docker
-
docker run cmd.cat/alt_getopt alt_getoptpowered by Commando
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.
lua-alt-getopt
alt-getopt is a module for Lua programming language for
processing application's arguments the same way BSD/GNU getopt_long(3) functions do. The main goal is compatibility with SUS "Utility Syntax Guidelines" guidelines 3-13.