shithub: trueawk

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

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