shithub: trueawk

ref: 11332a42e59f40f0b06760515e8e0bc7364bfc14
dir: /bugs-fixed/unicode-fs-rs-2.awk/

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

{ print $1, $2, $3 }