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