What is the use of sequence <Any other character> ?
Answer Posted / pinky shan
that character
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command to print the line number before each line?
What are Associative Arrays?
Write a command to print the fields in a text file in reverse order?
What is the use of string function sub(regex,replacement)?
Write a command to print the second and third line of a file without using nr?
What are Arithmetic Expressions in AWK?
What is the use of string function substr(string,position,max) in AWK?
What are AWK Built-in Variables?
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.?
Write a command to rename the files in a directory with "_new" as postfix?
What is the use of string function substr(string,position) in AWK?
Write a command to print the squares of numbers from 1 to 10 using awk command?
What are AWK Numerical Functions?
Which shell to use with AWK?
What is the use of string function gensub(r,s,h [,t])?