4.3BSD-Tahoe/usr/man/cat1/false.0

Compare this file to the similar file:
Show the results in this format:




FALSE(1)	    UNIX Programmer's Manual		 FALSE(1)



NNAAMMEE
     false, true - provide truth values

SSYYNNOOPPSSIISS
     ttrruuee

     ffaallssee

DDEESSCCRRIIPPTTIIOONN
     _T_r_u_e and _f_a_l_s_e 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.

EEXXAAMMPPLLEE

	       while false
	       do
		    command list
	       done

SSEEEE AALLSSOO
     csh(1), sh(1), true(1)

DDIIAAGGNNOOSSTTIICCSS
     _F_a_l_s_e has exit status nonzero.






























Printed 7/9/88		 April 29, 1985                         1