xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
unicode-fs-rs-1.awk
(revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
FS
=
"␟"
3
RS
=
"␞"
4
OFS
=
","
5
}
6
{
print
$
1
, $
2
, $
3
}
7