index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
backgsub.awk
blob: bec735490fc33a885aaa1836cee7ec8e4c865f55 (
plain
)
1
2
3
4
{
gsub
(
"
\\\\
"
,
"
\\\\
"
)
print
}