(root)/
gawk-5.2.2/
test/
backgsub.awk
{
        gsub( "\\\\", "\\\\")
        print
}