logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface

Application Usage

       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.

Asynchronous Events

       Default.

Consequences Of Errors

       None.

       Thefollowingsectionsareinformative.

Description

       The true utility shall return with exit code zero.

Environment Variables

       None.

Examples

       This command is executed forever:

           while true
           do
               command
           done

Exit Status

       Zero.

Extended Description

       None.

Future Directions

       None.

Input Files

       None.

Name

       true — return true value

Operands

       None.

Options

       None.

Output Files

       None.

Prolog

       This  manual  page  is part of the POSIX Programmer's Manual.  The Linux implementation of this interface
       may differ (consult the corresponding Linux manual page for details of Linux behavior), or the  interface
       may not be implemented on Linux.

Rationale

       The true utility has been retained in this volume of POSIX.1‐2017, 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.

See Also

Section2.9, ShellCommands, false

Stderr

       Not used.

Stdin

       Not used.

Stdout

       Not used.

Synopsis

       true

See Also