true(1) ultrix man page | unix.com

Man Page: true

Operating Environment: ultrix

Section: 1

true(1) 						      General Commands Manual							   true(1)

Name
       true, false - provide test for status values

Syntax
       true
       false

Description
       The  and  commands  are	usually  used in a Bourne shell script.  They test for the appropriate status "true" or "false" before running (or
       failing to run) a list of commands.

Examples
       while true
       do
	    command list
       done

Diagnostics
       The command has exit status zero.

See Also
       csh(1), sh(1)

																	   true(1)
Related Man Pages
false(1) - osf1
iecset(1) - suse
true(1) - osf1
boolval(3) - php
gearman_job_status(3) - php
Similar Topics in the Unix Linux Community
CDE
how to exit a while true loop
Funny but 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?