unixdev.net


Switch to SpeakEasy.net DSL

The Modular Manual Browser

Home Page
Manual: (v7man)
Page:
Section:
Apropos / Subsearch:
optional field

TRUE(1)                                                                TRUE(1)
NAME
       true, false - provide truth values
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.
                                                                       TRUE(1)