home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
unix
/
doc
/
echo.man
< prev
next >
Wrap
Text File
|
1993-06-13
|
1KB
|
67 lines
ECHO(1L) ECHO(1L)
NNAAMMEE
echo - display a line of text
SSYYNNOOPPSSIISS
eecchhoo [--nnee] [_s_t_r_i_n_g ...]
DDEESSCCRRIIPPTTIIOONN
This manual page documents the GNU version of eecchhoo. eecchhoo
writes each given _s_t_r_i_n_g to the standard output, with a
space between them and a newline after the last one.
OOPPTTIIOONNSS
_-_n Do not output the trailing newline.
_-_e Enable interpretation of the following backslash-
escaped characters in the strings:
\\aa alert (bell)
\\bb backspace
\\cc suppress trailing newline
\\ff form feed
\\nn new line
\\rr carriage return
\\tt horizontal tab
\\vv vertical tab
\\\\ backslash
\\nnnnnn the character whose ASCII code is _n_n_n
(octal)
1