falsefail, quietly |
KornShell Built-in |
false
[argument...]
false
command simply returns an exit status of 1
(failure). It ignores any arguments given on the command line.
This can be useful in shell scripts.
false
always returns an exit status of 1.
sh