[ Back to the overview Matrix ]

Test case : Hello World using AWK

Lines used: 1
Here's Hello, World! in awk:
It's a console application for Unix systems; run it like this:
awk -f (filename)
I tested this on Ubuntu Linux, but it should work in pretty much any version of Unix.
BEGIN   { print "Hello, world\n" }
Contributed by Michael Boyle, michael.boyle at fbn.ca