#!/usr/bin/gawk -f BEGIN{ for(i = 1; i <= 50; i++){ print "HELLO"; } }