summaryrefslogtreecommitdiff
path: root/doc/usage/cmd/false.rst
blob: 510377e22cdb5aa3a2f5609fa2f47ee4a71d1f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. index::
   single: false (command)

false command
=============

Synopsis
--------

::

    false

Description
-----------

The false command sets the return value $? to 1 (false).

Example
-------

::

    => false; echo $?
    1
    =>

Configuration
-------------

The false command is only available if CONFIG_HUSH_PARSER=y.