I have a BEGIN section that does some checks first then needs to exit the
script if they fail. However exit() just causes the BEGIN section to exit
and it continues in the main section. I could obviously just set a variable
thats check in the main and END sections but this is a bit messy. Is there
a way of forcing the script to terminate in BEGIN?
Thanks
B2003
any other importend information?
OS ?
AWK version ?
etc. ?