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