freebsd-skq/contrib/awk/test/backgsub.awk
1997-10-14 18:17:11 +00:00

5 lines
48 B
Awk

{
gsub( "\\\\", "\\\\")
print
}