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