What is OFS in AWK?



What is OFS in AWK?..

Answer / pinky shan

The Output Field Separator Variable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Awk Interview Questions

What is the use of format specifier %s ?

1 Answers  


What is the use of ARGV ?

0 Answers  


What are AWK Numerical Functions?

0 Answers  


Write a command to print all line except first line?

0 Answers  


What is the Basic Structure of AWK program?

1 Answers  






What are Conditional expressions in AWK?

0 Answers  


Write a command to print the fields in a text file in reverse order?

0 Answers  


Write a command delete all line except first line?

1 Answers  


Write a command to rename the files in a directory with "_new" as postfix?

0 Answers  


How to Truncate Integers in AWK?

0 Answers  


What is the use of string functiong sub(regex,replacement,string)?

0 Answers  


What is the use of string function split(string,array,separator)in AWK?

0 Answers  


Categories