igawk command examples
igawk – gawk with include files
cat < test.awk @include getopt.awk BEGIN { while (getopt(ARGC, ARGV, "am:q") != -1) ... } EOF
#igawk -f test.awk
cat < test.awk @include getopt.awk BEGIN { while (getopt(ARGC, ARGV, "am:q") != -1) ... } EOF
#igawk -f test.awk