not(1) fish not(1)
NAME
not - negate the exit status of a job
Synopsis
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
Version 1.23.1 8 Mar 2009 not(1)
fish 1.23.1 - Generated Sun Mar 8 14:12:32 CDT 2009
