shithub: trueawk

ref: 5e82404389a0486bad6221ecd00e714fa3e02630
dir: /bugs-fixed/unicode-fs-rs-2.awk/

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

{ print $1, $2, $3 }