AWK Tutorial
AWK Useful Resources
Selected Reading
- AWK - Pretty Printing
- AWK - Output Redirection
- AWK - User Defined Functions
- AWK - Built in Functions
- AWK - Loops
- AWK - Control Flow
- AWK - Arrays
- AWK - Regular Expressions
- AWK - Operators
- AWK - Built in Variables
- AWK - Basic Examples
- AWK - Basic Syntax
- AWK - Workflow
- AWK - Environment
- AWK - Overview
- AWK - Home
AWK Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
AWK - Operators
AWK - Operators
Like other programming languages, AWK also provides a large set of operators. This chapter explains AWK operators with suitable examples.
S.No. | Operators & Description |
---|---|
1 | AWK supports the following arithmetic operators. |
2 | AWK supports the following increment and decrement operators. |
3 | AWK supports the following assignment operators. |
4 | AWK supports the following relational operators. |
5 | AWK supports the following logical operators. |
6 | We can easily implement a condition expression using ternary operator. |
7 | AWK supports the following unary operators. |
8 | There are two formats of exponential operators. |
9 | Space is a string concatenation operator that merges two strings. |
10 | It is represented by in. It is used while accessing array elements. |
11 | This example explains the two forms of regular expressions operators. |