Answer Posted / pinky shan
Logarithm
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of string function tolower(string)?
What is the use of FNR?
What are Arithmetic Expressions in AWK?
What are AWK Built-in Variables?
Write a command to print the line number before each line?
What is the use of Strftime function?
What is the use of FIELDWIDTHS?
What is the use of string functiong sub(regex,replacement,string)?
Write a command to find the total number of lines in a file without using nr?
What is the use of ARGV ?
How to exit from an awk script using the exit command?
What are System functions?
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 SUBSEP?