shithub: trueawk

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

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