shithub: trueawk

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

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

{ print $1, $2, $3 }