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