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
/
onlynl.awk
blob: 97a8d94b09b412b25ac8ea3f4f3711996957da83 (
plain
)
1
2
BEGIN
{
RS
=
""
}
{
print
"got"
,
$
0
}