true

NAME

true - return true value

SYNOPSIS

true

DESCRIPTION

The true(1) utility is usually used in a shell script. It tests for the appropriate status "false" before running (or failing to run) a list of commands.

DIAGNOSTICS

The true(1) utility always returns with exit code zero.

SEE ALSO

false(1)

sh(1)