blob: adf641386b50b20e6f1e4e74a109ad7e71c12ffc [file] [log] [blame]
.. index::
single: true (command)
true command
============
Synopsis
--------
::
true
Description
-----------
The true command sets the return value $? to 0 (true).
Example
-------
::
=> true; echo $?
0
=>
Configuration
-------------
The true command is only available if CONFIG_HUSH_PARSER=y.