BEGIN{ v="awk.help.txt"; "wc " v | getline x; print x; n=split(x,a," "); print "c " a[1], "l " a[2], "m " a[3] }