What is the use of SUBSEP?



What is the use of SUBSEP?..

Answer / Vinod Mishrwan

SUBSEP (Subscript Separator) in Awk is a built-in variable that separates array indices when they are used with print or printf statements. It's usually not necessary to change its value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Awk Interview Questions

Write a command to print the second and third line of a file without using nr?

1 Answers  


What is the use of ARGV ?

1 Answers  


What is NR in AWK?

1 Answers  


What are AWK patterns?

1 Answers  


What is the use of RSTART, RLENGTH and match ?

1 Answers  


What is the use of numeric function sqrt ?

1 Answers  


What is the use of ARGIND?

1 Answers  


What is the use of SUBSEP?

1 Answers  


What is the use of string function strtonum(string)?

1 Answers  


What is the use of string function length(string) in AWK?

1 Answers  


how to run awk command specified in a file?

2 Answers  


What are Unary arithmetic operators?

1 Answers  


Categories