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
/
typedregex6.awk
blob: c2d04e6ca358a6c9759fbf2040541a30246edda7 (
plain
)
1
2
BEGIN
{
RS
=
@
/./
}
{
printf
(
"<%s> <<%s>>
\n
"
,
$0
,
RT
)
}