Content-type: text/html Man page of true

true

Section: User Commands (1)
Updated: 1 Feb 1995
Index Return to Main Contents
 

NAME

true, false - provide truth values  

SYNOPSIS

true

false  

DESCRIPTION

The true utility does nothing, successfully. The false utility 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.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWcsu
Interface StabilityStandard

 

SEE ALSO

sh(1), attributes(5), standards(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:30 GMT, October 02, 2010