1
0
src/echo/echo.1

28 lines
447 B
Groff
Raw Normal View History

2022-05-14 18:54:38 -06:00
.TH ECHO 1
.SH NAME
echo \(en echo arguments
.SH SYNOPSIS
echo
.RB [ argument... ]
.SH DESCRIPTION
Echo echoes given arguments delimited by an ASCII blank, with a terminating newline.
.SH BUGS
Echo should not be used in scripts; printf(1) should be used in its place.
.SH STANDARDS
Echo does not recognize the escape sequences described in the X/Open System Interface Extension to POSIX.
This is intended.
.SH COPYRIGHT
Public domain.