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 sub(regex,replacement,string)?

0 Answers  


What are AWK Numerical Functions?

0 Answers  


What is the use of FNR?

0 Answers  


What is the use of sequence v ?

1 Answers  


What is the use of format specifier %% ?

1 Answers  






what are divisions main frems

0 Answers  


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

0 Answers  


What is FS in AWK?

1 Answers  


What is RS in AWK?

1 Answers  


Write a command to print all line except first line?

0 Answers  


How to display even number of records into one file and odd number of records into another file?

0 Answers  


What are System functions?

0 Answers  


Categories