Skip to main content

Not: !

Laurence MorganLess than 1 minuteBuiltin CommandsLanguage And Scripting

Not: !

Reads the stdin and exit number from previous process and not's it's condition

Description

Reads the stdin and exit number from previous process and not's it's condition.

Usage

<stdin> -> ! -> <stdout>

Examples

Inverting true

» echo "Hello, world!" -> !
false

Inverting false

» false -> !
true

Synonyms

  • !
  • not

See Also


This document was generated from builtins/core/typemgmt/types_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan