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
iecset(1) - debian
iecset(1) - centos
rpc_allow_remote_shutdown(3ncs) - ultrix
if(2) - centos
boolval(3) - php
Similar Topics in the Unix Linux Community
How to capture 2 consecutive rows when a condition is true ?
Funny but true....
True random numbers in Sol10
Find string1, when true find string2 in reverse direction
How to replace the field values, which are greater than the specified value with TRUE?