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 functiong sub(regex,replacement)?
What is the use of string function sub(regex,replacement)?
What is the use of format specifier %f ?
what is vb script allabout
What is the use of Strftime function?
What is the use of string function substr(string,position) in AWK?
What is the use of string function tolower(string)?
What is the use of numeric function sin ?
How add a first record and last record to the current file in linux?
What is OFS in AWK?
What are AWK Numerical Functions?
What is the use of format specifier %c ?