Win 7 x64, v2.20.0-rc2.windows
$ awk --version
GNU Awk 4.2.1, API: 2.0 (GNU MPFR 4.0.1, GNU MP 6.1.2)
$ awk -i inplace '{ gsub(/foo/, "bar") }; { print }' file1
awk: fatal: can't open source file `inplace' for reading (No such file or directory)
Why inplace is still (end of 2018) not working as expected?
Win 7 x64, v2.20.0-rc2.windows
Why inplace is still (end of 2018) not working as expected?