xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.ors
(revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {ORS="abc"}
2
{print $1, $2, $3}
3