Answer Posted / pinky shan
ASCII bell
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ARGIND?
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 Strftime function?
How to execute an AWK script?
How to display even number of records into one file and odd number of records into another file?
What is the use of OFMT?
How to exit from an awk script using the exit command?
How to Truncate Integers in AWK?
Write a command to print the line number before each line?
What is the use of string functiong sub(regex,replacement,string)?
Write a command to print first and last line using sed command?
What is the use of string function length(string) in AWK?
What is the use of string function split(string,array,separator)in AWK?
What is the use of string function toupper(string)?
What is the use of string function tolower(string)?