What is the use of sequence a?
What is the use of format specifier %s ?
How to exit from an awk script using the exit command?
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.?
How to display even number of records into one file and odd number of records into another file?
What is the use of string function length(string) in AWK?
What is the use of string function substr(string,position) in AWK?
what is java script allabout
Write a command to find the total number of lines in a file without using nr?
What is RS in AWK?
Write a command to rename the files in a directory with "_new" as postfix?
What is the use of string function sub(regex,replacement,string)?
What is the use of PRINTF?