shithub: trueawk

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

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