shithub: trueawk

ref: 14c3fe42d2a93be3a4ceb1946f8bb7fcaf75ac4d
dir: /bugs-fixed/numeric-rs.awk/

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