ref: acde9cddfda6e49d5093c6deee0076c6415d6ded dir: /bugs-fixed/unicode-fs-rs-2.awk/
BEGIN { FS = "א" RS = "בב" OFS = "," } { print $1, $2, $3 }