xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
unicode-fs-rs-1.awk
(revision e1c4c8dd8d2d10b6104f06856a77bd5b4813a801)
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