What is the use of CONVFMT?



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

Post New Answer

More Awk Interview Questions

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.?

1 Answers  


What is the use of ARGIND?

1 Answers  


What is the use of sequence ?

1 Answers  


What is the use of format specifier %s ?

1 Answers  


What is the use of RSTART, RLENGTH and match ?

1 Answers  


What is the use of format specifier %f ?

1 Answers  


What is the use of numeric function sin ?

1 Answers  


What is the use of string function index(string,search) in AWK?

1 Answers  


What is the use of sequence <Any other character> ?

1 Answers  


Write a command remove all empty lines?

1 Answers  


What is the use of format specifier %% ?

1 Answers  


What is the use of SUBSEP?

1 Answers  


Categories