github.com/benhoyt/goawk@v1.8.1/testdata/gawk/backgsub.awk (about)

     1  {
     2          gsub( "\\\\", "\\\\")
     3          print
     4  }