shithub: trueawk

ref: 82b675850e8e91c2eded5bc3cf4c26591b7ccdc9
dir: /bugs-fixed/unicode-fs-rs-2.awk/

View raw version
BEGIN {
	FS = "א"
	RS = "בב"
	OFS = ","
}

{ print $1, $2, $3 }