home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff284.lzh / ARPTools / man / Wc.man < prev   
Text File  |  1989-11-27  |  2KB  |  64 lines

  1.  
  2.  
  3.  
  4.      Wc(V1.0)                 ARPTOOLS Manual                 Wc(V1.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Wc - Text statistics
  10.  
  11.      SYNOPSIS
  12.           Mr Files/... PRINT/S CHECK/S
  13.           
  14.      DESCRIPTION
  15.           Wc performs various statistics over Files/... (wildcards
  16.           supported) or otherwise over the standard input.
  17.           If more than one file is examined the output will be
  18.           formatted in columns.
  19.           Statistics include the number of charachters, the number
  20.           of alphabetic charachters, the number of words of alphabetic
  21.           charachters, their average lenght, the number of words of
  22.           printable charachters, the number of lines. If the CHECK
  23.           switch is used a simple checksum is performed.
  24.           A word is a string of charachters separated by blanks
  25.           TABs or newlines.
  26.  
  27.      OPTIONS
  28.           PRINT
  29.               Skip any non-printable charachter.
  30.  
  31.           CHECK
  32.               Perform a simple, two part checksum: the first part
  33.               is the number of printable charachters in the file,
  34.               the second is the sum of numbers assigned to every
  35.               ASCII charachter in the file through an internal
  36.               table. If the checksum of two files differ they are
  37.               not identical.
  38.               This checksum should be compatible with the checksum
  39.               performed by the WC utilty in the Lattice C v5.0x
  40.               package.
  41.  
  42.      BUGS
  43.           None known.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1
  64.