true(1) true(1)
true, false - provide truth values
true
false
true does nothing, successfully. false does nothing, unsuccessfully.
They are typically used in input to sh such as:
while true
do
command
done
sh(1)
true has exit status zero, false nonzero.
PPPPaaaaggggeeee 1111 [ Back ]
|