Write a command to print the squares of numbers from 1 to 10 using awk command?
How to execute an AWK script?
How to print only blank line of file?
Write a command to find the total number of lines in a file without using nr?
What is the use of string function match(string,regex)?
What is the use of string function asorti(string,[d])?
How to exit from an awk script using the exit command?
What are Regular Expressions in AWK?
What is the use of ARGV ?
What is the use of string function asort(string,[d])?
What is the use of string function tolower(string)?
What is the use of string function substr(string,position,max) in AWK?
Write a command to print zero byte size files?
What is the use of RSTART, RLENGTH and match ?
What is the use of string functiong sub(regex,replacement)?