shithub: trueawk

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

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

{ print $1, $2, $3 }