org.mbari.oasis
Class OasisRemoveDuplicates

java.lang.Object
  extended byorg.mbari.oasis.OasisRemoveDuplicates

public class OasisRemoveDuplicates
extends java.lang.Object

Checks files for duplicate data. If found it removes the lines containing the duplicate data and writes the rest back to the file Its not very smart at this point. This program simple takes the first line of data and looks for any lines that start with the first number of the first line. If a duplicate is found it chops of the file from the duplicate line to the end of the file


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

Method Detail

main

public static void main(java.lang.String[] args)