How to exit from an awk script using the exit command?
Answer / Jabar Singh
To exit an AWK script using the exit command, use: 'exit'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a command remove all empty lines?
What is the use of sequence v ?
What is the use of format specifier %c ?
What are AWK Numerical Functions?
What is the use of string function asorti(string,[d])?
What is the use of numeric function log ?
What is the use of format specifier %% ?
Write a command delete all line except first line?
What are Conditional expressions in AWK?
Write a command to print first and last line using sed command?
What is the use of string function sub(regex,replacement)?
What is the use of string function gensub(r,s,h [,t])?