nushell/docs/commands/dfr_not.md

199 B

title layout version
dfr not command 0.59.1

Inverts boolean mask

Signature

> dfr not

Examples

Inverts boolean mask

> [true false true] | dfr to-df | dfr not