Thomas-Le-Dev / true

Return true value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

pip install pnu-true

TRUE(1)

NAME

true - return true value

SYNOPSIS

true [--debug] [--help|-?] [--version] [--]

DESCRIPTION

The true utility returns with an exit code of zero.

Some shells may provide a builtin true command which is identical to this utility. Consult the builtin(1) manual page.

OPTIONS

Options Use
--debug Enable debug mode
--help|-? Print usage and a short help message and exit
--version Print version and exit
-- Options processing terminator

EXIT STATUS

The true utility exits 0 on success, and >0 if an error occurs.

SEE ALSO

builtin(1), csh(1), false(1), sh(1)

STANDARDS

The true utility is a standard UNIX/POSIX command. It is expected to be IEEE Std 1003.2 (“POSIX.2”) compatible.

It tries to follow the PEP 8 style guide for Python code.

PORTABILITY

Tested OK under Windows.

HISTORY

This version was made for the PNU project.

LICENSE

This utility is available under the 3-clause BSD license.

AUTHORS

This version was written by Thomas Tournier

The man page is derived from the FreeBSD project's one.

About

Return true value

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 54.0%Language:Python 46.0%