Answer Posted / pinky shan
BEGIN { print "START" }
{ print }
END { print "STOP" }
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of FIELDWIDTHS?
What are AWK patterns?
What is the use of string function match(string,regex)?
What are Arithmetic Expressions in AWK?
What is the use of string function split(string,array,separator)in AWK?
What are the Autoincrement and Autodecrement Operators?
What are Associative Arrays?
What is the use of ARGIND?
What is the use of Strftime function?
What is the use of string function sub(regex,replacement,string)?
Write a command to print the line number before each line?
How to execute an AWK script?
What is the use of SUBSEP?
What are Assignment Operators?
How add a first record and last record to the current file in linux?