home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / tac.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAC(1L)                                                   TAC(1L)
  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_e_p_a_r_a_t_o_r _s_e_p_a_r_a_t_o_r
  33.               Use _s_e_p_a_r_a_t_o_r as the record separator.
  34.  
  35.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  36.               tus.
  37.  
  38.        _-_-_v_e_r_s_i_o_n
  39.               Print  version  information  on standard error 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.