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

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

test.awk @upstream/1.0.0raw · history · blame

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