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 string function gensub(r,s,h [,t])?
How to display even number of records into one file and odd number of records into another file?
How to get only zero byte files which are present in the directory?
What is the use of string function length(string) in AWK?
How to print only blank line of file?
What is the use of string function sub(regex,replacement,string)?
How to execute an AWK script?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of string function sub(regex,replacement)?
What are Unary arithmetic operators?
Usage of And/Or/Not operators in AWK?
What is the use of string function substr(string,position,max) in AWK?
What is the use of string functiong sub(regex,replacement)?
What are System functions?
What are Dynamic Variables?