sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

echo.1 (449B)


      1 .Dd 2015-10-08
      2 .Dt ECHO 1
      3 .Os sbase
      4 .Sh NAME
      5 .Nm echo
      6 .Nd print arguments
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl n
     10 .Op Ar string ...
     11 .Sh DESCRIPTION
     12 .Nm
     13 writes each
     14 .Ar string
     15 to stdout, separated by spaces and terminated by
     16 a newline.
     17 .Sh OPTIONS
     18 .Bl -tag -width Ds
     19 .It Fl n
     20 Do not print the terminating newline.
     21 .El
     22 .Sh STANDARDS
     23 The
     24 .Nm
     25 utility is compliant with the
     26 .St -p1003.1-2013
     27 specification.
     28 .Pp
     29 The
     30 .Op Fl n
     31 flag is an extension to that specification.