shithub: trueawk

ref: ed43b8f6bf63acdacaaf6788e2ba5f0ec202147c
dir: /bugs-fixed/unicode-fs-rs-2.awk/

View raw version
BEGIN {
	FS = "א"
	RS = "בב"
	OFS = ","
}

{ print $1, $2, $3 }