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
In the text file, some lines are delimited by colon and some are delimited by space. Write a command to print the third field of each line.?
Usage of And/Or/Not operators in AWK?
What are AWK Numerical Functions?
What are the Autoincrement and Autodecrement Operators?
What is the use of string function asort(string,[d])?
What is the use of ARGV ?
What are Arithmetic Expressions in AWK?
How to get only zero byte files which are present in the directory?
What is the use of CONVFMT?
What is the use of string function toupper(string)?
What are AWK patterns?
What is the use of ARGIND?
What are AWK Built-in Variables?
What is the use of SUBSEP?
What is the use of ERRNO?