index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
nlfldsep.awk
blob: 4fac81da30dea7884dcbef54868f07520443d99c (
plain
)
1
2
BEGIN
{
RS
=
"A"
}
{
print
NF
;
for
(
i =
1
;
i
<
=
NF
;
i
++)
print
$i
;
print
""
}