~vcs-imports/gawk/master

1
2
3
4
5
{
        OFS = " " $2 " "
        gsub("foo", "_", OFS)
        print $1, $2
}