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 format specifier %c ?

1 Answers  


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

0 Answers  


What is the use of string function gensub(r,s,h [,t])?

0 Answers  


What is the use of numeric function atan2?

1 Answers  


What is the use of numeric function log ?

1 Answers  


What are Arithmetic Expressions in AWK?

0 Answers  


What is the use of numeric function cos ?

1 Answers  


What is the use of numeric function rand ?

1 Answers  


What is FILENAME in AWK?

1 Answers  


What is the use of string function split(string,array,separator)in AWK?

0 Answers  


What are Dynamic Variables?

0 Answers  


Write a command to print first and last line using sed command?

0 Answers  


Categories