1FALSE(1)                    General Commands Manual                   FALSE(1)
2
3
4

NAME

6       false, true - provide truth values
7

SYNOPSIS

9       true
10
11       false
12

DESCRIPTION

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

EXAMPLE

19                   while false
20                   do
21                        command list
22                   done
23

SEE ALSO

25       csh(1), sh(1), true(1)
26

DIAGNOSTICS

28       False has exit status nonzero.
29
30
31
324.2 Berkeley Distribution       April 29, 1985                        FALSE(1)
Impressum