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 is the use of string function asort(string,[d])?
What is the use of numeric function cos ?
What is FS in AWK?
What is the use of string functiong sub(regex,replacement)?
What are Associative Arrays?
How to generate random numbers in AWK?
what is java script allabout
how to run awk command specified in a file?
How to execute an AWK script?
What is the use of format specifier %f ?
What is the use of OFMT?
What is the use of string function substr(string,position) in AWK?