COHERENT manpages

This page displays the COHERENT manpage for false [Unconditional failure].

List of available manpages
Index


false -- Command

Unconditional failure
false

false does nothing.   It is guaranteed to fail.  It  can be useful in shell
scripts, to force certain situations to occur.

See Also

commands,
ksh,
sh,
true

Notes

Under the Korn shell, false is an alias for its built-in command let.