shithub: trueawk

ref: bae27a93c1298f3c7fcb1cd10e690c59a4fcc3f1
dir: /bugs-fixed/numeric-rs.awk/

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