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
/
fsnul1.awk
blob: 5a1b473b75e6d8f58181b0737e2f656ee49604fd (
plain
)
1
2
BEGIN
{
FS
=
"
\0
"
;
RS
=
""
}
{
print
$2
}