What is the Basic Structure of AWK program?
Answer / pinky shan
BEGIN { print "START" }
{ print }
END { print "STOP" }
| Is This Answer Correct ? | 0 Yes | 0 No |
What are Conditional expressions in AWK?
What is the use of sequence ?
How do you Explicit File output?
What is FILENAME in AWK?
What is the use of string function strtonum(string)?
What is the use of ERRNO?
How to generate random numbers in AWK?
What is the use of numeric function int ?
What is the use of sequence xdd ?
What is the use of string function sub(regex,replacement,string)?
How to execute an AWK script?
How to exit from an awk script using the exit command?