ref: d38caa1bee4fc59e86f2cc1de2787d319ac2bffe dir: /test/t.fun1/
function f(a,b,c) { print "hello" } NR < 3 { f(1,2,3) }