Hacker News new | ask | show | jobs
by chasil 1675 days ago
With the original Borne shell, the exper command was used for arithmetic.

The POSIX shell allows the $(( form for native shell arithmetic, but not the (( alternative found in bash and Korn.