home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / shellutils-1.9.4-bin.lha / man / cat1 / echo.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. ECHO(1L)                                                 ECHO(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        echo - display a line of text
  9.  
  10. SSYYNNOOPPSSIISS
  11.        eecchhoo [--nnee] [_s_t_r_i_n_g ...]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        This  manual page documents the GNU version of eecchhoo.  eecchhoo
  15.        writes each given _s_t_r_i_n_g to the standard  output,  with  a
  16.        space between them and a newline after the last one.
  17.  
  18.    OOPPTTIIOONNSS
  19.        _-_n     Do not output the trailing newline.
  20.  
  21.        _-_e     Enable  interpretation  of the following backslash-
  22.               escaped characters in the strings:
  23.               \\aa     alert (bell)
  24.               \\bb     backspace
  25.               \\cc     suppress trailing newline
  26.               \\ff     form feed
  27.               \\nn     new line
  28.               \\rr     carriage return
  29.               \\tt     horizontal tab
  30.               \\vv     vertical tab
  31.               \\\\     backslash
  32.               \\nnnnnn   the  character  whose  ASCII  code  is   _n_n_n
  33.                      (octal)
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.