nan.tools
Class LineCounter

java.lang.Object
  extended bynan.tools.LineCounter

public class LineCounter
extends java.lang.Object

A program to count the number of files and lines per file of a directory recursively.

Version:
1.4, 1/2/04
Author:
John David Ratliff

Constructor Summary
LineCounter()
           
 
Method Summary
static void main(java.lang.String[] args)
          Called to start the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineCounter

public LineCounter()
Method Detail

main

public static void main(java.lang.String[] args)
Called to start the program.

Parameters:
args - The first argument is the directory.