true(1) true(1)
NAME
true, false - provide truth values
SYNOPSIS
true
false
DESCRIPTION
true does nothing, successfully. false does nothing,
unsuccessfully. They are typically used in input to sh(1).
EXAMPLE
while true
do
command
done
FILES
/bin/true
/bin/false
SEE ALSO
sh(1).
DIAGNOSTICS
true has exit status zero, false nonzero.
Page 1 (last mod. 1/16/87)