shithub: trueawk

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

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

{ print $1, $2, $3 }