shithub: trueawk

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

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