TRUE(1) General Commands Manual TRUE(1)

truereturn true value

true

The true utility shall return with exit code zero.

None.

None.

Not used.

None.

None.

Default.

Not used.

Not used.

None.

None.

Zero.

None.

This utility is typically used in shell scripts, as shown in the EXAMPLES section. The special built-in utility : is sometimes more efficient than true.

This command is executed forever:

while true
do
    command
done

The true utility has been retained in this volume of IEEE Std 1003.1-2001 (“POSIX.1”), even though the shell special built-in : provides similar functionality, because true is widely used in historical scripts and is less cryptic to novice script readers.

None.

false(1), xcu_chap02(1)

First released in Issue 2.

IEEE Std 1003.1-2001 (“POSIX.1”)/Cor 1-2002, item XCU/TC1/D6/39 is applied, replacing the terms ``None'' and ``Default'' from the STDERR and EXIT STATUS sections, respectively, with terms as defined in xcu_chap01(1).

footer end

December 6, 2001 posix.fail