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