Bash += and -=

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

+= and -= are assignment operators that can be used to increment/decrement the value of the left operand with the value specified after the operator.