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 substr(string,position,max) in AWK?

0 Answers  


What is FILENAME in AWK?

1 Answers  


What is the use of FNR?

0 Answers  


What is the use of sequence ?

1 Answers  


Write a command to print all line except first line?

0 Answers  






What is the use of sequence f?

1 Answers  


What is the use of string function tolower(string)?

0 Answers  


What are Regular Expressions in AWK?

0 Answers  


What is FS in AWK?

1 Answers  


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

0 Answers  


What is the use of sequence xdd ?

1 Answers  


What are Assignment Operators?

0 Answers  


Categories