opnsense-src/contrib/awk/test/ofmts.awk
2001-11-02 21:06:08 +00:00

2 lines
47 B
Awk

BEGIN { OFMT= "%s" }
{ $1 + $2; print $1, $2 }