shithub: trueawk

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

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