You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think my mac has old awk installed on it. gensub doesn't work. brew install gawk says:
...
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="/opt/homebrew/opt/gawk/libexec/gnubin:$PATH"
Maybe modify the PATH to make gawk available as awk.
The text was updated successfully, but these errors were encountered:
I think my mac has old awk installed on it.
gensub
doesn't work.brew install gawk
says:Maybe modify the PATH to make
gawk
available asawk
.The text was updated successfully, but these errors were encountered: