Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Basic Structure

pattern { action }
------------------------------------
BEGIN { print "START" }
{ print }
END { print "STOP" }
------------------------------------

You might also like