shithub: trueawk

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

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

{ print $1, $2, $3 }