In
Unix-like operating systems,
'false' is the command that always returns the value 1, which is regarded by the
shell as the
logical value ''false''.
This program takes no parameters.
It can be used to make a sequence of otherwise useful commands to fail, as in the example:
make … && false
See also
★
true (Unix)
★
List of Unix programs