home *** CD-ROM | disk | FTP | other *** search
/ Dream 51 / Amiga_Dream_51.iso / Atari / Desktops / text113b.zoo / textutils-1.13 / man / tac.1 < prev    next >
Text File  |  1996-01-21  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAC(1)                                                     TAC(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        tac - concatenate and print files in reverse
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ttaacc  [-br]  [-s separator] [--before] [--regex] [--separa-
  12.        tor=separator] [--help] [--version] [file...]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the GNU version  of  ttaacc.   ttaacc
  16.        copies  each given file, or the standard input if none are
  17.        given or when a file name of `-' is  encountered,  to  the
  18.        standard  output  with  the order of the records reversed.
  19.        The records are separated by instances of a string,  or  a
  20.        newline  if  none  is  given.   By  default, the separator
  21.        string is attached to the end of the record that  it  fol-
  22.        lows in the file.
  23.  
  24.    OOPPTTIIOONNSS
  25.        _-_b_, _-_-_b_e_f_o_r_e
  26.               The  separator  is attached to the beginning of the
  27.               record that it precedes in the file.
  28.  
  29.        _-_r_, _-_-_r_e_g_e_x
  30.               The separator is a regular expression.
  31.  
  32.        _-_s _s_t_r_i_n_g_, _-_-_s_e_p_a_r_a_t_o_r_=_s_t_r_i_n_g
  33.               Use _s_t_r_i_n_g as the record separator.
  34.  
  35.        _-_-_h_e_l_p Print a usage message and exit with a  status  code
  36.               indicating success.
  37.  
  38.        _-_-_v_e_r_s_i_o_n
  39.               Print  version  information on standard output then
  40.               exit.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU Text Utilities                      1
  65.  
  66.  
  67.