home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b-man.lha / man / TrimFile < prev    next >
Encoding:
Text File  |  1993-12-13  |  575 b   |  22 lines

  1.  
  2. NAME
  3.         TrimFile
  4.  
  5. SYNOPSIS
  6.         TrimFile [-N] file1 file2 ... fileN
  7.  
  8. EXAMPLE
  9.         Trimfile -200 T:DCron.Log UUSpool:Logfile Getty:Logfile
  10.  
  11. DESCRIPTION
  12.         TRIMFILE trims the specified files to N lines each.  If no
  13.         -N argument is given the files are trimmed to 100 lines each.
  14.  
  15.         The -N may occur anywhere on the argument line.
  16.  
  17.         The last N lines of the file are kept.  Each line may be up
  18.         to 256 characters long.
  19.  
  20.         TRIMFILE allocates memory to hold the lines and so should not
  21.         be used with large numeric arguments.
  22.