What is the Basic Structure of AWK program?



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

Post New Answer

More Awk Interview Questions

What is the use of string function asort(string,[d])?

0 Answers  


What is the use of numeric function cos ?

1 Answers  


What is FS in AWK?

1 Answers  


What is the use of string functiong sub(regex,replacement)?

0 Answers  


What are Associative Arrays?

0 Answers  


How to generate random numbers in AWK?

0 Answers  


what is java script allabout

0 Answers  


how to run awk command specified in a file?

2 Answers  


How to execute an AWK script?

0 Answers   Accenture,


What is the use of format specifier %f ?

1 Answers  


What is the use of OFMT?

0 Answers  


What is the use of string function substr(string,position) in AWK?

0 Answers  


Categories