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