Choose Category
awk 'BEGIN {print "hello world"}'
awk 'BEGIN{print "Start"}{print $0}END{print "END"}' hello.c