home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / echo.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.7 KB  |  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.        eecchhoo {--help,--version}
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This  manual page documents the GNU version of eecchhoo.  Note
  16.        that most shells have a built-in command by the same  name
  17.        and with similar functionality.
  18.  
  19.        eecchhoo writes each given _s_t_r_i_n_g to the standard output, with
  20.        a space between them and a newline after the last one.
  21.  
  22.    OOPPTTIIOONNSS
  23.        _-_n     Do not output the trailing newline.
  24.  
  25.        _-_e     Enable interpretation of the  following  backslash-
  26.               escaped characters in the strings:
  27.               \\aa     alert (bell)
  28.               \\bb     backspace
  29.               \\cc     suppress trailing newline
  30.               \\ff     form feed
  31.               \\nn     new line
  32.               \\rr     carriage return
  33.               \\tt     horizontal tab
  34.               \\vv     vertical tab
  35.               \\\\     backslash
  36.               \\nnnnnn   the   character  whose  ASCII  code  is  _n_n_n
  37.                      (octal)
  38.  
  39.    OOPPTTIIOONNSS
  40.        When GNU eecchhoo is invoked with exactly  one  argument,  the
  41.        following options are recognized:
  42.  
  43.        _-_-_h_e_l_p Print  a  usage message on standard output and exit
  44.               successfully.
  45.  
  46.        _-_-_v_e_r_s_i_o_n
  47.               Print version information on standard  output  then
  48.               exit successfully.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.