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