Home
Manpages
About
(root)/
gawk-5.2.2/
test/
gsubtst8.awk
{ OFS = " " $2 " " gsub("foo", "_", OFS) print $1, $2 }