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