shithub: trueawk

ref: 6a07a6d3bb6313714625f667470290e71545b270
dir: /bugs-fixed/numeric-rs.awk/

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