1max input.awk /^function max(x, y) { return (x > y) ? x : y }$/;" f 2numjust input.awk /^function numjust(n, s) { # position s in field n$/;" f 3