← all formulas
gawk
GNU awk utility
- Version
- v5.4.0
- License
- GPL-3.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install gawkCaveats
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"