blob: c247bb1ac42c4aa589210abbef2c9558736f3948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.TH TRUE 1
.CT 1 shell
.SH NAME
true, false \- provide truth values
.SH SYNOPSIS
.B true
.PP
.B false
.SH DESCRIPTION
.I True
does nothing, successfully.
.I False
does nothing, unsuccessfully.
.SH "SEE ALSO"
.IR sh (1)
.SH DIAGNOSTICS
.I True
has exit status zero,
.I false
nonzero.
.SH BUGS
For most purposes,
.I true
is a slow equivalent for the shell builtin command
.BR : .
|