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
/
rstest2.awk
blob: 5ed4701d6b67b0d950f04e31eae072be209709f3 (
plain
)
1
2
3
4
5
6
BEGIN
{
RS
=
""
FS
=
"
\\
"
$0
=
"a
\\
b"
print
$1
}