shithub: trueawk

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

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

{ print $1, $2, $3 }