Answer Posted / rajesh
awk -f awk.tcl
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to generate random numbers in AWK?
What is the use of ARGIND?
What are Dynamic Variables?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of FNR?
What is the use of string function sub(regex,replacement)?
What is the use of PRINTF?
Write a command to print the line number before each line?
How to display even number of records into one file and odd number of records into another file?
In the text file, some lines are delimited by colon and some are delimited by space. Write a command to print the third field of each line.?
What is the use of string function asort(string,[d])?
What is the use of string function index(string,search) in AWK?
What is the use of FIELDWIDTHS?
What is the use of OFMT?
What is the use of string function asorti(string,[d])?