What is the use of string function substr(string,position,max) in AWK?
No Answer is Posted For this Question
Be the First to Post Answer
Write a command to print the second and third line of a file without using nr?
What is the use of string function split(string,array,separator)in AWK?
What is the use of numeric function rand ?
What are Regular Expressions in AWK?
How to exit from an awk script using the exit command?
What is the use of sequence xdd ?
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 format specifier %f ?
Write a command to find the total number of lines in a file without using nr?
What is FS in AWK?
How do you Explicit File output?
What is the use of string function length(string) in AWK?