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 format specifier %g ?
What is the use of sequence ?
How to execute an AWK script?
What is the use of string function gensub(r,s,h [,t])?
What are Regular Expressions in AWK?
what is java script allabout
How to exit from an awk script using the exit command?
What is the use of sequence ddd ?
Which shell to use with AWK?
What is the use of string function substr(string,position) in AWK?
how to run awk command specified in a file?
What is the use of string function toupper(string)?