a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/lineFileSplit/lineFileSplit.c src/utils/lineFileSplit/lineFileSplit.c index 99b7412..5311c44 100644 --- src/utils/lineFileSplit/lineFileSplit.c +++ src/utils/lineFileSplit/lineFileSplit.c @@ -1,25 +1,24 @@ /* lineFileSplit - Split up a line oriented file into parts. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "options.h" #include "obscure.h" #include "portable.h" -static char const rcsid[] = "$Id: lineFileSplit.c,v 1.2 2005/11/15 04:03:48 kent Exp $"; int sizeColumn = 1; void usage() /* Explain usage and exit. */ { errAbort( "lineFileSplit - Split up a line oriented file into parts\n" "usage:\n" " lineFileSplit inFile how count outRoot\n" "where how is either 'files' or 'lines' or 'column'\n" "In the case of files, count files of approximately equal lengths will\n" "be generated. In the case of lines as many files as it takes each of \n" "count lines will be generated. In the case of column asecond column\n" "of the file is assumed to be a number, and it will split up the file\n"