shithub: trueawk

ref: cd89968ef5b44ba34df56629c233af959af90c0a
dir: /bugs-fixed/unicode-fs-rs-1.awk/

View raw version
BEGIN {
	FS="␟"
	RS="␞"
	OFS=","
}
{ print $1, $2, $3 }