ultrix man page for true

Query: true

OS: ultrix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
test(1) - v7
test(1) - minix
rpc_allow_remote_shutdown(3ncs) - ultrix
true(1) - osf1
Similar Topics in the Unix Linux Community
True or false ? - Sun cluster 3.2 U3 questions...
Remove a folder after a 'true' uninstall....
Check Character matching from pos 7-15 to pos 211-219 if True then replace 211-219 with spaces
awk If expression - Return string if not true
How to replace the field values, which are greater than the specified value with TRUE?