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 string function sub(regex,replacement,string)?
What are AWK Numerical Functions?
What is the use of FNR?
What is the use of sequence v ?
What is the use of format specifier %% ?
what are divisions main frems
Write a command to print first and last line using sed command?
What is FS in AWK?
What is RS in AWK?
Write a command to print all line except first line?
How to display even number of records into one file and odd number of records into another file?
What are System functions?