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

How to exit from an awk script using the exit command?

0 Answers  


Usage of And/Or/Not operators in AWK?

0 Answers  


Write a command to print the line number before each line?

0 Answers  


Write a command to print the fields in a text file in reverse order?

0 Answers  


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

0 Answers  






what are divisions main frems

0 Answers  


how to run awk command specified in a file?

2 Answers  


What is the use of string function index(string,search) in AWK?

0 Answers  


What is RS in AWK?

1 Answers  


What is the use of numeric function sqrt ?

1 Answers  


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

0 Answers  


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

0 Answers  


Categories