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