Answer Posted / pinky shan
Octal
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command to find the sum of bytes (size of file) of all files in a directory?
What are Conditional expressions in AWK?
What are AWK Numerical Functions?
What is the use of FNR?
What is the use of Strftime function?
What is the use of CONVFMT?
Which shell to use with AWK?
How to generate random numbers in AWK?
What are AWK Built-in Variables?
Write a command to print the line number before each line?
How to exit from an awk script using the exit command?
What are the Autoincrement and Autodecrement Operators?
What is the use of string functiong sub(regex,replacement,string)?
What is the use of string function match(string,regex)?
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.?