xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
ofmts.awk
(revision 772eca3305893e0fc7b9c13ec6a1a6df72251dbd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
OFMT
=
"%s"
}
2
{ $
1
+ $
2
;
print
$
1
, $
2
}
3