Hello, World! in AWK
Example for versions
Jawk 1.02,
gawk 3.1.6,
mawk 1.3.3
The printing is done with BEGIN
pattern, i.e., before processing the input.
BEGIN { print "Hello, World!" }
Comments
]]>blog comments powered by Disqus
]]>