Sunday 3 August 2008

Linux Awk Example

Here is a 'Hello World!' example written using Awk in Linux. You can compare it to this example for Windows.

awk 'BEGIN { print "Hello world!" }'

Bookmark and Share

No comments: