false-(1f) - [FUNIX] do nothing, unsuccessfully (LICENSE:PD)
Synopsis
Description
Options
Example
See Also
false- value [ --verbose][ --help| --version]
Exit with a status code indicating failure.
number optional number of 1 to 32, which will be used to generate the exit status code if supported. --help display this help and exit --version output version information and exit --verbose display ASCII graphic of cockroach
Bash example:
false- || echo Should print thisExpected output::if false- then echo command got zero exit $? else echo command got non-zero exit $? fi
Should print this
command got non-zero exit 1
true-(1f)
Nemo Release 3.1 | false- (1) | February 23, 2025 |