echo.1 (272B)
1 .TH ECHO 1 sbase\-VERSION 2 .SH NAME 3 echo \- print arguments 4 .SH SYNOPSIS 5 .B echo 6 .RB [ \-n ] 7 .RI [ string ...] 8 .SH DESCRIPTION 9 .B echo 10 prints its arguments to stdout, separated by spaces and terminated by a newline. 11 .SH OPTIONS 12 .TP 13 .B \-n 14 Do not print terminating newline.