Answer Posted / guest
awk '^$ d {print $0}'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are Conditional expressions in AWK?
Write a command to print the second and third line of a file without using nr?
What are AWK Numerical Functions?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What is the use of string function tolower(string)?
What is the use of FNR?
What is the use of SUBSEP?
What is the use of string function sub(regex,replacement)?
What are System functions?
Usage of And/Or/Not operators in AWK?
What is the use of CONVFMT?
How to exit from an awk script using the exit command?
What is the use of string function toupper(string)?
Write a command to print first and last line using sed command?
What is the use of string functiong sub(regex,replacement,string)?