gawk
The awk utility interprets a special-purpose programming language that makes it easy to handle simple data-reformatting jobs.
The awk utility interprets a special-purpose programming language that makes it easy to handle simple data-reformatting jobs.
To install this package, run one of the following:
The GNU implementation of awk is called gawk; if you invoke it with the proper options or environment variables, it is fully compatible with the POSIX1 specification of the awk language and with the Unix version of awk maintained by Brian Kernighan. This means that all properly written awk programs should work with gawk. So most of the time, we don’t distinguish between gawk and other awk implementations.
Summary
The awk utility interprets a special-purpose programming language that makes it easy to handle simple data-reformatting jobs.
Last Updated
Feb 21, 2025 at 13:49
License
GPL-3.0
Total Downloads
17.4K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://savannah.gnu.org/projects/gawk/Documentation
https://www.gnu.org/software/gawk/manual/gawk.html