shithub: trueawk

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

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

{ print $1, $2, $3 }