[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    let(1) manual page Table of Contents

Name

let - shell built-in function to evaluate one or more arithmetic expressions

Synopsis

ksh

let arg...

Availability

SUNWcsu

Description

ksh

Each arg is a separate "arithmetic expression" to be evaluated.

The exit status is 0 if the value of the last expression is non-zero, and 1 otherwise.

See Also

ksh(1) , set(1) , typeset(1)


Table of Contents