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
Write a command to print first and last line using sed command?
What is the use of string function match(string,regex)?
How add a first record and last record to the current file in linux?
What is the use of ERRNO?
What is the use of string function sub(regex,replacement)?
what are divisions main frems
Write a command to find the sum of bytes (size of file) of all files in a directory?
What is the use of string function length(string) in AWK?
What are Conditional expressions in AWK?
What is the use of string function gensub(r,s,h [,t])?
What is the use of string function substr(string,position) in AWK?
What is the use of FNR?
How to execute an AWK script?
How to print only blank line of file?
Write a command to print the squares of numbers from 1 to 10 using awk command?