What are Unary arithmetic operators?
Answer / Sneha Singh
Unary arithmetic operators in AWK operate on a single operand. Examples include + (positive sign), - (negative sign), ++ (increment), and -- (decrement).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of numeric function rand ?
What is the use of sequence a?
what is information technology
What is the use of FNR?
What is FS in AWK?
What is the use of string function asort(string,[d])?
Write a command remove all empty lines?
What is the use of SUBSEP?
What is the use of sequence ?
Write a command to find the total number of lines in a file without using nr?
Write a command to rename the files in a directory with "_new" as postfix?
How to execute an AWK script?