Codebase list libmawk / debian/1.0.0-2 src / example_apps / 12_multi / test.awk
debian/1.0.0-2

Tree @debian/1.0.0-2 (Download .tar.gz)

test.awk @debian/1.0.0-2raw · history · blame

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