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
/
ofmts.awk
blob: 6ee370549564e28d9a866116a9eb89fdaf0ad140 (
plain
)
1
2
BEGIN
{
OFMT
=
"%s"
}
{
$
1
+
$
2
;
print
$
1
,
$
2
}