Table of Contents

Bash - Let (Arithmetic expression evaluation)

About

Let is a builtin command that evaluate an arithmetic expression.

Syntax

let arg [arg ...]
# equivalent to
((expression))

where:

If:

Documentation / Reference