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

vox

vox (from Latin vox — voice) prints arguments to standard output followed by a newline. It is the core Vesper Linux replacement for GNU echo.

Usage

vox [STRING...]

Flags

This utility does not take flags.

Examples

Print a simple string:

vox "Hello, Vesper!"

Output text into a file:

vox "kernel.panic = 10" > /etc/sysctl.d/panic.conf

Print multiple arguments separated by spaces:

vox system status: ready