Codebase list libmawk / bullseye-backports/main src / example_apps / 12_input / test.awk
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

test.awk @bullseye-backports/mainraw · history · blame

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