true(1) bsd man page | unix.com

Man Page: true

Operating Environment: bsd

Section: 1

TRUE(1) 						      General Commands Manual							   TRUE(1)

NAME
true, false - provide truth values
SYNOPSIS
true false
DESCRIPTION
True and false are usually used in a Bourne shell script. They test for the appropriate status "true" or "false" before running (or fail- ing to run) a list of commands.
EXAMPLE
while true do command list done
SEE ALSO
csh(1), sh(1), false(1)
DIAGNOSTICS
True has exit status zero. 7th Edition April 29, 1985 TRUE(1)
Related Man Pages
boolean(3pm) - centos
boolean(3pm) - suse
boolean(3pm) - opensolaris
boolean(3pm) - xfree86
boolean(3pm) - minix
Similar Topics in the Unix Linux Community
CDE
how to exit a while true loop
Using arrays in bash using strings to bash built-in true
Check Character matching from pos 7-15 to pos 211-219 if True then replace 211-219 with spaces
How to get script to wait until status is true before continuing?