This tutorial describes how awk can use operators to increment or decrement as well as other arithmetic functions. awk uses four arithmetic functions:
+ addition
- subtraction
* multiplication and
/ division.
Using awk Operators for Math Functions
http://bashshell.net –
- Login to post comments