shithub: trueawk

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

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