Codebase list libmawk / scrub-obsolete/main src / example_apps / 10_run / test.awk
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

test.awk @scrub-obsolete/mainraw · history · blame

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