Answer Posted / pinky shan
The Number of Fields Variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are AWK patterns?
What is the use of string function sub(regex,replacement,string)?
How to generate random numbers in AWK?
What is the use of string function tolower(string)?
What are the Autoincrement and Autodecrement Operators?
What is the use of string functiong sub(regex,replacement)?
In the text file, some lines are delimited by colon and some are delimited by space. Write a command to print the third field of each line.?
What is the use of string function gensub(r,s,h [,t])?
Usage of And/Or/Not operators in AWK?
What are Regular Expressions in AWK?
Write a command to rename the files in a directory with "_new" as postfix?
What are AWK Built-in Variables?
How to Truncate Integers in AWK?
Write a command to find the sum of bytes (size of file) of all files in a directory?
What is the use of SUBSEP?