Answer Posted / rajesh
awk -f awk.tcl
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ERRNO?
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 split(string,array,separator)in AWK?
How to get only zero byte files which are present in the directory?
What is the use of Strftime function?
How to generate random numbers in AWK?
What are Dynamic Variables?
What are AWK patterns?
What are Regular Expressions in AWK?
What is the use of FNR?
How to execute an AWK script?
What is the use of string function sub(regex,replacement)?
Usage of And/Or/Not operators in AWK?
What are Associative Arrays?
What is the use of string function tolower(string)?