Codebase list libmawk / d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main src / example_apps / 12_multi / test.awk
d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main

Tree @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main (Download .tar.gz)

test.awk @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/mainraw · history · blame

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