aboutsummaryrefslogtreecommitdiffstats
s6-portable-utils: the s6-echo program

s6-portable-utils
Software
skarnet.org

The s6-echo program

s6-echo writes its arguments to stdout.

Interface

     s6-echo [ -n ] [ -s sep ] args...

s6-echo writes its arguments args to stdout, separated with spaces.

Options

  • -n : do not output a trailing newline.
  • -s sep : separate arguments with the sep character instead of a space.

Posixness

s6-echo is not suitable as a Single Unix echo program.