Home
Manpages
About
(root)/
gawk-5.2.2/
test/
ofmts.awk
BEGIN { OFMT= "%s" } { $1 + $2; print $1, $2 }