Skip to content

AWK inplace #1972

@sergeevabc

Description

@sergeevabc

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?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions