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