false(1) opensolaris man page | unix.com

Man Page: false

Operating Environment: opensolaris

Section: 1

true(1) 							   User Commands							   true(1)

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 TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+
SEE ALSO
sh(1), attributes(5), standards(5) SunOS 5.11 1 Feb 1995 true(1)
Related Man Pages
true(1p) - centos
test(1) - minix
type(1) - sunos
boolval(3) - php
type(1) - xfree86
Similar Topics in the Unix Linux Community
false use of sed???
Interesting TCL behavior: 007 == 7 is true; 008==8 is false.
os.path.isdir is always returning false
Help in Understanding awk if ( F ) syntax -
Url check creating child process and generating false alerts