true(C)
true --
return with a zero exit value
Syntax
true
Description
true does nothing except return with a zero exit value.
false(C),
true's counterpart, does nothing except return with a
nonzero exit value. true is typically used in shell
procedures such as:
while true
do
command
done
Exit values
true always has exit status zero.
See also
false(C),
sh(C)
Standards conformance
true is conformant with:
ISO/IEC DIS 99452:1992, Information technology Portable Operating System Interface (POSIX) Part 2: Shell and Utilities (IEEE Std 1003.21992);
AT&T SVID Issue 2;
X/Open CAE Specification, Commands and Utilities, Issue 4, 1992.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003