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 sequence ?
What is the use of string function asort(string,[d])?
Which shell to use with AWK?
What is the use of sequence ?
What is the use of string function substr(string,position,max) in AWK?
What is the use of numeric function log ?
Write a command to print first and last line using sed command?
Write a command remove all empty lines?
What is the use of string function toupper(string)?
Write a command to rename the files in a directory with "_new" as postfix?
What is the use of OFMT?