What is the use of sequence <Any other character> ?
What is the use of string function sub(regex,replacement)?
What is the use of sequence v ?
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 sub(regex,replacement,string)?
Write a command to print all line except first line?
What is the use of string function gensub(r,s,h [,t])?
What is the use of string function split(string,array,separator)in AWK?
What is the use of string function asort(string,[d])?
What is the use of FNR?
What is the use of format specifier %s ?
Write a command delete all line except first line?
How to exit from an awk script using the exit command?