shithub: trueawk

ref: a2a41a8e359dca5295c43dc2c2408094b96c3e0c
dir: /testdir/t.in/

View raw version
BEGIN {
	x["apple"] = 1;
	x["orange"] = 2;
	x["lemon"] = 3;
	for (i in x)
		print i, x[i] | "sort"
	close("sort")
	exit
}