echo.1 (397B)
1 .Dd October 8, 2015 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 POSIX.1-2013. 24 .Pp 25 The 26 .Op Fl n 27 flag is an extension to that specification.