Answer Posted / rajesh
awk '!1 d {print $0}'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of ARGIND?
What are Trigonometric Functions in AWK?
How to generate random numbers in AWK?
What are the Autoincrement and Autodecrement Operators?
What are Conditional expressions in AWK?
What is the use of ARGV ?
What is the use of string function substr(string,position,max) in AWK?
What are Dynamic Variables?
What is the use of string function sub(regex,replacement)?
How do you Explicit File output?
Write a command to print the second and third line of a file without using nr?
What is the use of PRINTF?
What are Regular Expressions in AWK?
What is the use of FIELDWIDTHS?
How to display even number of records into one file and odd number of records into another file?