xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.ors
(revision d27ba3088424e53eabc0b0186ed122ec43119501)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {ORS="abc"}
2
{print $1, $2, $3}
3