Awk Interview Questions
Questions Answers Views Company eMail

How to generate random numbers in AWK?

1032

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

976

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

965

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

949

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

1036

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

1077

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

1114

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

1096

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

993

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

992

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

1029

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

976

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

968

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

998

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

1069


Post New Awk Questions

Un-Answered Questions { Awk }

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

1114


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

1069


How to get only zero byte files which are present in the directory?

614


What is the use of FIELDWIDTHS?

1172


What are Associative Arrays?

1022


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

949


What is the use of string function gensub(r,s,h [,t])?

1538


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

624


What is the use of RSTART, RLENGTH and match ?

1339


what are divisions main frems

1704


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

1077


What are the Autoincrement and Autodecrement Operators?

997


What are AWK Built-in Variables?

992


What is the use of Strftime function?

1242


Write a command to find the sum of bytes (size of file) of all files in a directory?

667