freebsd_amp_hwpstate/contrib/awk/test/backgsub.awk

5 lines
48 B
Awk
Raw Normal View History

1997-10-14 18:17:11 +00:00
{
gsub( "\\\\", "\\\\")
print
}