shithub: trueawk

ref: 4c6a0eb5d374a752a1d5ac3bcecdf5226afd1285
dir: /bugs-fixed/numeric-rs.awk/

View raw version
BEGIN {
	RS = 1;
	while ("echo a1b1c1d" | getline > 0) {
		print $1;
	}
}