Awk Interview Questions
Questions Answers Views Company eMail

How to generate random numbers in AWK?

856

What is the use of string function index(string,search) in AWK?

828

What is the use of string function length(string) in AWK?

837

What is the use of string function split(string,array,separator)in AWK?

783

What is the use of string function substr(string,position) in AWK?

885

What is the use of string function substr(string,position,max) in AWK?

871

What is the use of string function sub(regex,replacement)?

924

What is the use of string function sub(regex,replacement,string)?

935

What is the use of string functiong sub(regex,replacement)?

848

What is the use of string functiong sub(regex,replacement,string)?

857

What is the use of string function match(string,regex)?

872

What is the use of string function tolower(string)?

804

What is the use of string function toupper(string)?

802

What is the use of string function asort(string,[d])?

866

What is the use of string function asorti(string,[d])?

897


Post New Awk Questions

Un-Answered Questions { Awk }

What is the use of ERRNO?

1186


What is the use of FNR?

1096


What are AWK Numerical Functions?

793


What are Regular Expressions in AWK?

839


What are AWK patterns?

1067






Usage of And/Or/Not operators in AWK?

880


What are Conditional expressions in AWK?

832


What is the use of string function sub(regex,replacement,string)?

935


How to Truncate Integers in AWK?

922


What is the use of string function asort(string,[d])?

866


What are Assignment Operators?

813


What is the use of string function asorti(string,[d])?

897


What are System functions?

1007


What is the use of OFMT?

1095


How to display even number of records into one file and odd number of records into another file?

479