User Commands  - false- (1)

NAME

false-(1f) - [FUNIX] do nothing, unsuccessfully (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Example
See Also

SYNOPSIS

false- value [ --verbose][ --help| --version]

DESCRIPTION

Exit with a status code indicating failure.

OPTIONS

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

EXAMPLE

Bash example:

         false- || echo Should print this

if false- then echo command got zero exit $? else echo command got non-zero exit $? fi

Expected output::

    ERROR STOP

Should print this

    ERROR STOP

command got non-zero exit 1

SEE ALSO

true-(1f)


Nemo Release 3.1 false- (1) June 29, 2025
Generated by manServer 1.08 from 08ea38f9-811f-4d1f-ad70-9e8441fdff51 using man macros.