28 lines
447 B
Groff
28 lines
447 B
Groff
.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.
|