ColSplit - Copyright (C) 2003, Incode Systems, Inc.
ColSplit splits a file based on a value in a given column position.
Usage: ColPos SearchKey InputFile OutputFile
Example: 3 10 InputFile OutputFile
The example above reads InputFile and writes all lines from InputFile
where 10 is in columns 3 and 4 to OutputFile.