util.apps
Class FileJoiner

java.lang.Object
  extended byutil.apps.FileJoiner

public class FileJoiner
extends java.lang.Object

Joins text files into a single file, avoiding line concatenations. This is a problem with using 'cat * > combine.txt'. Removes empty lines.


Constructor Summary
FileJoiner(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileJoiner

public FileJoiner(java.lang.String[] args)
Method Detail

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()

main

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