false
Less than 1 minute
 false
Returns a
falsevalue
Description
Returns a false value.
Usage
false -> `<stdout>`
Examples
By default, false also outputs the term "false":
» false
false
However you can suppress that with the silent flag:
» false -s
Flags
-ssilent - don't output the term "false"
See Also
!(not): Reads the STDIN and exit number from previous process and not's it's conditionand: Returnstrueorfalsedepending on whether multiple conditions are metif: Conditional statement to execute different blocks of code depending on the result of the conditionor: Returnstrueorfalsedepending on whether one code-block out of multiple ones supplied is successful or unsuccessful.true: Returns atruevalue