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 |
Write a command to print first and last line using sed command?
What is ORS in AWK?
What is the use of sequence ?
Write a command to find the total number of lines in a file without using nr?
What is the use of string function substr(string,position) in AWK?
What is the use of string function sub(regex,replacement,string)?
how to run awk command specified in a file?
What is the use of format specifier %d ?
What is the use of ARGIND?
What is the use of sequence <Any other character> ?
Write a command to print the line number before each line?
What is the use of numeric function cos ?