freebsd_amp_hwpstate/contrib/awk/test/backgsub.awk

5 lines
48 B
Awk

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