BSD 3 development
[unix-history] / usr / man / man1 / true.1
CommitLineData
e6817382
BJ
1.TH TRUE 1
2.SH NAME
3true, false \- provide truth values
4.SH SYNOPSIS
5.B true
6.PP
7.B false
8.SH DESCRIPTION
9.I True
10does nothing, successfully.
11.I False
12does nothing, unsuccessfully.
13They are typically used in input to
14.IR sh (1)
15such as:
16.PP
17 while true
18.br
19 do
20.br
21 command
22.br
23 done
24.SH "SEE ALSO"
25sh(1)
26.SH DIAGNOSTICS
27.I True
28has exit status zero,
29.I false
30nonzero.