home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff286.lzh / CCutils / Loc.Doc < prev    next >
Text File  |  1989-12-04  |  614b  |  23 lines

  1.              Loc CLI Utility
  2.  
  3.    SYNTAX: LOC [-Q] <files1> <files2> ...
  4.  
  5.    The -Q switch turns off the file-by-file listing of files and only
  6.    prints the totals.
  7.  
  8.    The file name arguments can contain the '*' and '?' wild card characters.
  9.  
  10.    Loc counts lines of C code and gives other statistics.
  11.    Here is an example of it's output:
  12.  
  13.    Lines Of C (LOC) by Robert W. Albrecht
  14.  
  15.  
  16.    The file loc.c contains...
  17.    157 lines of code, 20 blank lines, 2387 bytes of code,
  18.    1032 bytes of whitespace, and 479 bytes of comments.
  19.    The average code line has 15 bytes.
  20.    The code content is 61%, 69% without comments.
  21.  
  22.  
  23.