shithub: trueawk

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

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