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 numeric function exp ?
Which shell to use with AWK?
What is the use of SUBSEP?
what is java script allabout
What is FILENAME in AWK?
What is the use of string function asorti(string,[d])?
How to get only zero byte files which are present in the directory?
What is the use of string function strtonum(string)?
how to run awk command specified in a file?
What is the use of string function match(string,regex)?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of string function index(string,search) in AWK?