brew install gawk
GNU awk utility
https://www.gnu.org/software/gawk/
License: GPL-3.0-or-later
Formula JSON API: /api/formula-core/gawk.json
Bottle JSON API: /api/bottle-core/gawk.json
Formula code: gawk.rb
on GitHub
Bottle (binary package) installation support provided for:
Intel | ventura | ✅ |
---|---|---|
monterey | ✅ | |
big sur | ✅ | |
64-bit linux | ✅ | |
Apple Silicon | ventura | ✅ |
monterey | ✅ | |
big sur | ✅ |
Current versions:
stable | ✅ | 5.2.1 |
head | ⚡️ | HEAD |
Revision: 1
Depends on:
gettext | 0.21.1 | GNU internationalization (i18n) and localization (l10n) library |
mpfr | 4.2.0-p4 | C library for multiple-precision floating-point computations |
readline | 8.2.1 | Library for command-line editing |
GNU "awk" has been installed as "gawk". If you need to use it as "awk", you can add a "gnubin" directory to your PATH from your ~/.bashrc and/or ~/.zshrc like: PATH="$HOMEBREW_PREFIX/opt/gawk/libexec/gnubin:$PATH" |