shithub: trueawk

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

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

{ print $1, $2, $3 }