gawk

GNU awk, a pattern scanning and processing language

Install

All systems
curl cmd.cat/gawk.sh
Debian Debian
apt-get install gawk
Ubuntu
apt-get install gawk
Alpine
apk add gawk
Arch Arch Linux
pacman -S gawk
image/svg+xml Kali Linux
apt-get install gawk
CentOS
yum install gawk
Fedora
dnf install gawk
Windows (WSL2)
sudo apt-get update sudo apt-get install gawk
OS X
brew install gawk
Raspbian
apt-get install gawk
Docker
docker run cmd.cat/gawk gawk powered by Commando

gawk

GNU awk, a pattern scanning and processing language

`awk', a program that you can use to select particular records in a file and perform operations upon them. Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features defined in the System V Release 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk extensions, and some GNU-specific extensions.