igawk command examples

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

Leave a Reply

Your email address will not be published. Required fields are marked *