TRUE (1)

NAME

true, false - provide truth values

CONTENTS

Synopsis
Description
See Also
Diagnostics

SYNOPSIS

true

false

DESCRIPTION

True does nothing, successfully. False does nothing, unsuccessfully. They are typically used in input to sh(1) such as:

        while true
        do
                command
        done

SEE ALSO

sh(1)

DIAGNOSTICS

True has exit status zero, false nonzero.


Heirloom Toolchest TRUE (1) 6/30/05
Generated by a modified version of manServer 1.07 from true.1 using man macros.