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 asort(string,[d])?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of ARGV ?
What are System functions?
What is the use of string function substr(string,position) in AWK?
How to generate random numbers in AWK?
How to Truncate Integers in AWK?
What is the use of string function toupper(string)?
What is the use of string function index(string,search) in AWK?
What is the use of string functiong sub(regex,replacement)?
What is the use of CONVFMT?
What is the use of systime function?
What is the use of string functiong sub(regex,replacement,string)?
What are the Autoincrement and Autodecrement Operators?
What are AWK Built-in Variables?