False

FALSE(1) - General Commands Manual

Ksh, True, False

FALSE(1) - General Commands Manual # FALSE(1) - General Commands Manual NAME # false - return false value SYNOPSIS # false DESCRIPTION # The false utility always exits with a non-zero exit code. EXIT STATUS # The false utility always exits with a non-zero exit code. SEE ALSO # ksh(1), true(1) STANDARDS # The false utility is compliant with the IEEE Std 1003.1-2008 (“POSIX.1”) specification. false also exists as a built-in to ksh(1). ...

TRUE(1) - General Commands Manual

Ksh, False, True

TRUE(1) - General Commands Manual # TRUE(1) - General Commands Manual NAME # true - return true value SYNOPSIS # true DESCRIPTION # The true utility always returns with exit code 0. EXIT STATUS # The true utility always returns with exit code 0. SEE ALSO # false(1), ksh(1) STANDARDS # The true utility is compliant with the IEEE Std 1003.1-2008 (“POSIX.1”) specification. true also exists as a built-in to ksh(1). ...