false
v(uutils coreutils) 0.8.0
Retourne immédiatement avec le code de sortie 1. Lorsqu’il est invoqué avec l’une des options reconnues, il tente d’afficher l’aide ou la version. Toute erreur d’entrée/sortie pendant cette opération est signalée, mais le programme retourne également 1.
Options
--help-
Afficher l’aide
--version-
false-version-text
Examples
The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.
Return a non-zero exit code:
false
Make a command always exit with 1:
{{command}} && false
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.