What is the use of CONVFMT?
Answer / Ankit Raj
CONVFMT (Conversion Format) in Awk is a built-in variable that holds the format string for numeric conversions. It can be used to change the way numbers are printed, similar to OFMT.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 ARGIND?
What is the use of sequence ?
What is the use of format specifier %s ?
What is the use of RSTART, RLENGTH and match ?
What is the use of format specifier %f ?
What is the use of numeric function sin ?
What is the use of string function index(string,search) in AWK?
What is the use of sequence <Any other character> ?
Write a command remove all empty lines?
What is the use of format specifier %% ?
What is the use of SUBSEP?