Answer Posted / rajesh
awk '!1 d {print $0}'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the Autoincrement and Autodecrement Operators?
What is the use of ARGIND?
What is the use of ARGV ?
What is the use of string function length(string) in AWK?
What is the use of FNR?
What is the use of string functiong sub(regex,replacement)?
What is the use of string function toupper(string)?
What are Associative Arrays?
Write a command to rename the files in a directory with "_new" as postfix?
Which shell to use with AWK?
What is the use of string function sub(regex,replacement,string)?
What is the use of OFMT?
What are Assignment Operators?
Write a command to print the second and third line of a file without using nr?
How to print only blank line of file?