1FALSE(1) General Commands Manual FALSE(1)
23
4
NAME
6false, true - provide truth values
7
SYNOPSIS
9true
1011
false
12
DESCRIPTION
14True and false are usually used in a Bourne shell script. They test
15for the appropriate status "true" or "false" before running (or failing
16to run) a list of commands.
17
EXAMPLE
19while false
20do
21command list
22done
23
SEE ALSO
25csh(1), sh(1), true(1)
26
DIAGNOSTICS
28False has exit status nonzero.
2930
31
32
4.2 Berkeley Distribution April 29, 1985 FALSE(1)