Codebase list libmawk / upstream/latest src / example_apps / 12_input / test.awk
upstream/latest

Tree @upstream/latest (Download .tar.gz)

test.awk @upstream/latestraw · history · blame

1
2
3
BEGIN { print "script: BEGIN" }
      { print "script: input: \"" $0 "\"" }
END   { print "script: END" }