Answer Posted / pinky shan
The Current Filename Variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are System functions?
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.?
How do you Explicit File output?
How to exit from an awk script using the exit command?
What is the use of string function split(string,array,separator)in AWK?
What is the use of string function match(string,regex)?
What are AWK patterns?
What is the use of string functiong sub(regex,replacement)?
What is the use of string function substr(string,position,max) in AWK?
How add a first record and last record to the current file in linux?
What is the use of FNR?
What are AWK Numerical Functions?
What is the use of string function length(string) in AWK?
What is the use of FIELDWIDTHS?
What are Unary arithmetic operators?