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