mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
250 B
250 B
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