Answer Posted / rajesh
awk -f awk.tcl
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ARGV ?
What is the use of string function asorti(string,[d])?
What are AWK Built-in Variables?
Write a command to print all line except first line?
What is the use of FNR?
How to display even number of records into one file and odd number of records into another file?
What is the use of FIELDWIDTHS?
What is the use of string function length(string) in AWK?
What is the use of string function toupper(string)?
Write a command to rename the files in a directory with "_new" as postfix?
What are Arithmetic Expressions in AWK?
What are Unary arithmetic operators?
How to exit from an awk script using the exit command?
What is the use of string function sub(regex,replacement)?
Write a command to print the line number before each line?