shithub: trueawk

ref: d11b2d1a36e92518cea81c717169e2c97e8450d9
dir: /bugs-fixed/unicode-fs-rs-1.awk/

View raw version
BEGIN {
	FS="␟"
	RS="␞"
	OFS=","
}
{ print $1, $2, $3 }