Rechercher une page de manuel
not
Langue: en
Version: 145976 (fedora - 04/07/09)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
not - negate the exit status of a jobSynopsis
not COMMAND [OPTIONS...]Description
The not builtin is used to negate the exit status of another command.Example
The following code reports an error and exits if no file named spoon can be found.if not test -f spoon echo There is no spoon exit 1 end
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre