Answer Posted / pinky shan
Sine
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of string function substr(string,position) in AWK?
What is the use of string function sub(regex,replacement)?
What is the use of FIELDWIDTHS?
Write a command to print the fields in a text file in reverse order?
Write a command to print all line except first line?
Write a command to find the total number of lines in a file without using nr?
Write a command to print the second and third line of a file without using nr?
What is the use of FNR?
What is the use of string function split(string,array,separator)in AWK?
What are AWK patterns?
What is the use of string function tolower(string)?
Write a command to print first and last line using sed command?
How to print only blank line of file?
Write a command to rename the files in a directory with "_new" as postfix?
How to exit from an awk script using the exit command?