shithub: trueawk

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

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

{ print $1, $2, $3 }