"tag_20_127" id="tag_20_127">

NAME

true — return true value

SYNOPSIS

true

DESCRIPTION

The true utility shall return with exit code zero.

OPTIONS

None.

OPERANDS

None.

STDIN

Not used.

INPUT FILES

None.

ENVIRONMENT VARIABLES

None.

ASYNCHRONOUS EVENTS

Default.

STDOUT

Not used.

STDERR

Not used.

OUTPUT FILES

None.

EXTENDED DESCRIPTION

None.

EXIT STATUS

Zero.

CONSEQUENCES OF ERRORS

None.


The following sections are informative.

APPLICATION USAGE

This utility is typically used in shell scripts, as shown in the EXAMPLES section.

Although the special built-in utility : (colon) is similar to true, there are some notable differences, including:

EXAMPLES

This command is executed forever:

while true
do
    command
done

RATIONALE

None.

FUTURE DIRECTIONS

None.

SEE ALSO

2.9 Shell Commands , colon , command , false

CHANGE HISTORY

First released in Issue 2.

Issue 6

IEEE Std 1003.1-2001/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 1.4 Utility Description Defaults .

Issue 8

Austin Group Defect 1640 is applied, clarifying the differences between true and : (colon).

End of informative text.