1TRUE(1) General Commands Manual TRUE(1)
23
4
NAME
6true, false - provide truth values
7
SYNOPSIS
9true
1011
false
12
DESCRIPTION
14True does nothing, successfully. False does nothing, unsuccessfully.
15They are typically used in input to sh(1) such as:
1617
while true
18do
19command
20done
21
SEE ALSO
23sh(1)
24
DIAGNOSTICS
26True has exit status zero, false nonzero.
2728
29
30
TRUE(1)