shithub: trueawk

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

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

{ print $1, $2, $3 }