Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

non

non (from Latin non — not/no) repeatedly outputs a string until terminated. It is the core Vesper Linux alternative to GNU yes.

When no arguments are provided, non defaults to outputting n. If invoked through the standard yes symlink, it prints y instead to preserve shell script compatibility.

Usage

non [STRING...]
yes [STRING...]

Flags

This utility does not take flags.

Examples

Repeatedly output n (native default):

non

Repeatedly output y via standard compatibility symlink:

yes

Repeatedly output a custom string:

non "still running"