home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / tac.man < prev    next >
Text File  |  1993-06-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAC(1L)                                                   TAC(1L)
  5.  
  6.  
  7. NAME
  8.        tac - concatenate and print files in reverse
  9.  
  10. SYNOPSIS
  11.        tac  [-br]  [-s separator] [--before] [--regex] [--separa-
  12.        tor=separator] [--help] [--version] [file...]
  13.  
  14. DESCRIPTION
  15.        This manual page documents the GNU version  of  tac.   tac
  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.    OPTIONS
  25.        -b, --before
  26.               The  separator  is attached to the beginning of the
  27.               record that it precedes in the file.
  28.  
  29.        -r, --regex
  30.               The separator is a regular expression.
  31.  
  32.        -s, --separator separator
  33.               Use separator as the record separator.
  34.  
  35.        --help Print a usage message and exit with a non-zero sta-
  36.               tus.
  37.  
  38.        --version
  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.