Search code examples
scriptingawkexitnawk

exit out of an awk function


How do I exit out of an awk function? "exit" stops entire program?


Solution

  • I think you want the return statement.