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
GNU awk comes with a number of built-in scripts (e.g. calling gawk -i inplace uses a default script for in-place editing of a file). awk provided by Brioche doesn't work with these scripts currently.
GNU awk comes with a number of built-in scripts (e.g. calling
gawk -i inplace
uses a default script for in-place editing of a file). awk provided by Brioche doesn't work with these scripts currently.This can probably be solved by setting
$AWKPATH
, see the docs here: https://www.gnu.org/software/gawk/manual/html_node/AWKPATH-Variable.htmlThe text was updated successfully, but these errors were encountered: