14 lines
250 B
Markdown
Raw Normal View History

# false
> Returns a non-zero exit code.
> See also: `true`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-false>.
- Return a non-zero exit code:
`false`
- Make a command always exit with 1:
`{{command}} && false`