shithub: trueawk

ref: 829f5258e66609a91efebe72e18d7cd5e80987f9
dir: /bugs-fixed/unicode-fs-rs-2.awk/

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

{ print $1, $2, $3 }