False: false
Less than 1 minuteBuiltin CommandsDefined by POSIX
 False: false
Returns a
falsevalue
Description
Returns a false value.
Usage
false -> <stdout>
Examples
No flags
By default, false also outputs the term "false":
» false
false
Silent
You can suppress that with the silent flag:
» false -s
Flags
-ssilent - don't output the term "false"
See Also
- If Conditional: 
if: Conditional statement to execute different blocks of code depending on the result of the condition - Logic And Statements: 
and: Returnstrueorfalsedepending on whether multiple conditions are met - Logic Or Statements: 
or: Returnstrueorfalsedepending on whether one code-block out of multiple ones supplied is successful or unsuccessful. - Not: 
!: Reads the stdin and exit number from previous process and not's it's condition - True: 
true: Returns atruevalue 
This document was generated from builtins/core/typemgmt/types_doc.yaml.