shithub: trueawk

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

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

{ print $1, $2, $3 }