Bash - Let (Arithmetic expression evaluation)

Bash Liste Des Attaques Ovh

About

Let is a builtin command that evaluate an arithmetic expression.

Syntax

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

where:

If:

  • the last arg evaluates to 0, let returns 1;
  • 0 is returned otherwise.

Documentation / Reference







Share this page:
Follow us:
Task Runner