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

Name

true, false - provide truth values

Synopsis

true

false

Availability

SUNWcsu

Description

true does nothing, successfully. false does nothing, unsuccessfully. They are typically used in a shell script sh as:

while true
do
command
done
which executes command forever.

Exit Status

true has exit status 0.

false always will exit with a non-zero value.

See Also

sh(1)


Table of Contents