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 |
What is the use of format specifier %c ?
What is the use of string functiong sub(regex,replacement)?
What is the use of string function gensub(r,s,h [,t])?
What is the use of numeric function atan2?
What is the use of numeric function log ?
What are Arithmetic Expressions in AWK?
What is the use of numeric function cos ?
What is the use of numeric function rand ?
What is FILENAME in AWK?
What is the use of string function split(string,array,separator)in AWK?
What are Dynamic Variables?
Write a command to print first and last line using sed command?