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 |
Write a command to print the second and third line of a file without using nr?
What is the use of ARGV ?
What is NR in AWK?
What are AWK patterns?
What is the use of RSTART, RLENGTH and match ?
What is the use of numeric function sqrt ?
What is the use of ARGIND?
What is the use of SUBSEP?
What is the use of string function strtonum(string)?
What is the use of string function length(string) in AWK?
how to run awk command specified in a file?
What are Unary arithmetic operators?