shithub: trueawk

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

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

{ print $1, $2, $3 }